diff --git a/config/routes.rb b/config/routes.rb index ad0a8699..f2d4477a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -120,7 +120,7 @@ Rails.application.routes.draw do resources :tips resources :external_users, only: %i[index show], concerns: :statistics do - resources :exercises do + resources :exercises, only: [] do get :statistics, to: 'exercises#external_user_statistics', on: :member end member do