Skip to content

Commit

Permalink
adding partner_step_form to seed so it will be in place for staging a…
Browse files Browse the repository at this point in the history
…nd local (#4838)
  • Loading branch information
cielf authored Dec 10, 2024
1 parent 903f974 commit de827ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,8 @@ def seed_quantity(item_name, organization, storage_location, quantity)
Flipper::Adapters::ActiveRecord::Feature.find_or_create_by(key: "new_logo")
Flipper::Adapters::ActiveRecord::Feature.find_or_create_by(key: "read_events")
Flipper.enable(:read_events)

Flipper::Adapters::ActiveRecord::Feature.find_or_create_by(key: "partner_step_form")
Flipper.enable(:partner_step_form)
# ----------------------------------------------------------------------------
# Account Requests
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit de827ae

Please sign in to comment.