IngredientsController#index WIP
This commit is contained in:
@@ -79,7 +79,6 @@ en:
|
||||
heading_new_meal: 'New meal'
|
||||
index:
|
||||
heading: 'Meals'
|
||||
show:
|
||||
label_meal: 'Meal'
|
||||
measurements:
|
||||
contextual:
|
||||
|
||||
@@ -7,6 +7,9 @@ resources :projects, shallow: true do
|
||||
post 'defaults'
|
||||
end
|
||||
end
|
||||
resources :ingredients, only: [] do
|
||||
post 'adjust/:adjustment', to: 'ingredients#adjust', as: :adjust, on: :member
|
||||
end
|
||||
resources :meals, only: [:index, :new, :create, :edit, :update, :destroy]
|
||||
resources :measurement_routines, only: [:show, :edit] do
|
||||
member do
|
||||
|
||||
Reference in New Issue
Block a user