Test pass: test_index_options_add_exposure
This commit is contained in:
@@ -9,7 +9,7 @@ resources :projects, shallow: true do
|
||||
end
|
||||
resources :goals, only: [:show, :edit] do
|
||||
member do
|
||||
post 'toggle_exposure', to: 'goals#toggle_exposure'
|
||||
post 'toggle_exposure', to: 'targets#toggle_exposure'
|
||||
end
|
||||
end
|
||||
resources :targets, except: [:show, :edit] do
|
||||
|
||||
Reference in New Issue
Block a user