Skip to content

Commit f045072

Browse files
committed
Update route to remove delete option
1 parent e5edb27 commit f045072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
end
3333
resources :sent_emails, only: %i[index show]
3434
resources :support_audits, only: %i[index show update edit]
35-
resources :programme_activity_groupings
35+
resources :programme_activity_groupings, only: %i[index show update edit]
3636

3737
resources :users, only: %i[index create show edit perform_sync perform_reset update] do
3838
get "/perform_sync/:user_id", to: "users#perform_sync", as: :perform_sync

0 commit comments

Comments
 (0)