Active split_checkout feature by default

This commit is contained in:
Jean-Baptiste Bellet
2023-04-13 13:21:23 +02:00
parent 193ae7936e
commit 6b4e150e2a
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class ActivateSplitCheckoutByDefault < ActiveRecord::Migration[7.0]
def change
Flipper.enable(:split_checkout)
end
end