1
0

Displaying readouts is working

This commit is contained in:
cryptogopher
2019-12-14 01:25:20 +01:00
parent 96fe7db39d
commit 925def1674
10 changed files with 98 additions and 48 deletions

View File

@@ -10,6 +10,9 @@ resources :projects, shallow: true do
get 'retake'
get 'readouts'
end
collection do
post 'toggle_quantity'
end
end
resources :ingredients, only: [:index, :create, :destroy] do
post 'toggle', on: :member