We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf9b6b commit 4023820Copy full SHA for 4023820
config/routes.rb
@@ -94,9 +94,7 @@
94
get "case_contacts/drafts", to: "case_contacts#drafts"
95
96
# Feature flag for new case contact table design
97
- get "case_contacts/new_design", to: "case_contacts/case_contacts_new_design#index", constraints: lambda { |request|
98
- Flipper.enabled?(:new_case_contact_table)
99
- }
+ get "case_contacts/new_design", to: "case_contacts/case_contacts_new_design#index"
100
resources :case_contacts, except: %i[create update show], concerns: %i[with_datatable] do
101
member do
102
post :restore
0 commit comments