Files
openfoodnetwork/db/migrate/20230413111157_activate_split_checkout_by_default.rb
2023-04-13 13:21:23 +02:00

6 lines
127 B
Ruby

class ActivateSplitCheckoutByDefault < ActiveRecord::Migration[7.0]
def change
Flipper.enable(:split_checkout)
end
end