1
0

Test pass: test_edit_binding_target

This commit is contained in:
cryptogopher
2021-04-24 15:36:22 +02:00
parent bea0a8371d
commit 5ff7d8395a
5 changed files with 55 additions and 44 deletions

View File

@@ -19,8 +19,6 @@ resources :projects, shallow: true do
end
end
end
get 'subthresholds/(:parent_id)', controller: :targets, action: :subthresholds,
as: :subthresholds
resources :ingredients, only: [] do
member do
post 'adjust/:adjustment', controller: :meals, action: :adjust, as: :adjust
@@ -76,3 +74,5 @@ resources :projects, shallow: true do
end
resources :units, only: [:index, :create, :destroy]
end
get 'subthresholds', controller: :targets, action: :subthresholds, as: :subthresholds