-
-
Notifications
You must be signed in to change notification settings - Fork 729
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12686 from filipefurtad0/activate_25_p_cent_BUU_u…
…sers Activates admin_style_v3 for 25 per cent users
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
db/migrate/20240718150852_activate_admin_style_v3_for_25_p_cent_users.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
class ActivateAdminStyleV3For25PCentUsers < ActiveRecord::Migration[7.0] | ||
def up | ||
Flipper.enable_percentage_of_actors(:admin_style_v3, 25) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters