mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-16 04:24:23 +00:00
Active split_checkout feature by default
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class ActivateSplitCheckoutByDefault < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
Flipper.enable(:split_checkout)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user