mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-15 23:57:48 +00:00
6 lines
127 B
Ruby
6 lines
127 B
Ruby
class ActivateSplitCheckoutByDefault < ActiveRecord::Migration[7.0]
|
|
def change
|
|
Flipper.enable(:split_checkout)
|
|
end
|
|
end
|