1
0

Test pass: test_index_options_add_exposure

This commit is contained in:
cryptogopher
2021-01-19 18:53:02 +01:00
parent 07eda42de4
commit 7d096748bf
7 changed files with 26 additions and 5 deletions

View File

@@ -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