Skip to content

Commit 4023820

Browse files
compwronCopilot
andauthored
Update config/routes.rb
Co-authored-by: Copilot <[email protected]>
1 parent fcf9b6b commit 4023820

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/routes.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@
9494
get "case_contacts/drafts", to: "case_contacts#drafts"
9595

9696
# 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-
}
97+
get "case_contacts/new_design", to: "case_contacts/case_contacts_new_design#index"
10098
resources :case_contacts, except: %i[create update show], concerns: %i[with_datatable] do
10199
member do
102100
post :restore

0 commit comments

Comments
 (0)