openfoodfoundation/openfoodnetwork

View on GitHub
db/migrate/20230413111157_activate_split_checkout_by_default.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ActivateSplitCheckoutByDefault < ActiveRecord::Migration[7.0]
  def change
    Flipper.enable(:split_checkout)
  end
end