Skip to content

Commit

Permalink
fix: remove case_contact show route (#5904)
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticspoon authored Jul 10, 2024
1 parent 453a0ec commit 7df5277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
end

get "case_contacts/leave", to: "case_contacts#leave", as: "leave_case_contacts_form"
resources :case_contacts, except: %i[create update] do
resources :case_contacts, except: %i[create update show] do
member do
post :restore
end
Expand Down

0 comments on commit 7df5277

Please sign in to comment.