Skip to content

Commit

Permalink
EnableFeatureAdminStyleV3ForAdmins
Browse files Browse the repository at this point in the history
  • Loading branch information
dacook committed Jul 10, 2024
1 parent f0fd3bb commit b84ba09
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class EnableFeatureAdminStyleV3ForAdmins < ActiveRecord::Migration[7.0]
def up
Flipper.enable_group(:admin_style_v3, :admins)
end
end

0 comments on commit b84ba09

Please sign in to comment.