1
0

Test pass: test_reapply_binding_target

Add Targets #reapply action
Explicit params[:date] conversion
This commit is contained in:
cryptogopher
2021-04-30 00:49:09 +02:00
parent 4eda035e47
commit 8cac724694
3 changed files with 65 additions and 44 deletions

View File

@@ -68,7 +68,7 @@ end
resources :goals, only: [] do
resources :targets, param: :date, except: [:update] do
member do
post 'reapply'
get 'reapply'
end
end
resource :targets, only: [:update]