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 e5edb27 commit f045072Copy full SHA for f045072
config/routes.rb
@@ -32,7 +32,7 @@
32
end
33
resources :sent_emails, only: %i[index show]
34
resources :support_audits, only: %i[index show update edit]
35
- resources :programme_activity_groupings
+ resources :programme_activity_groupings, only: %i[index show update edit]
36
37
resources :users, only: %i[index create show edit perform_sync perform_reset update] do
38
get "/perform_sync/:user_id", to: "users#perform_sync", as: :perform_sync
0 commit comments