1
0

Added Source perms and routing

Added Quantity displayed defaults
This commit is contained in:
cryptogopher
2019-09-23 15:05:26 +02:00
parent e58952b0e7
commit ce9f011694
4 changed files with 13 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ resources :projects do
resources :ingredients, :only => [:index, :create, :destroy] do
post 'import', on: :collection
end
resources :sources, :only => [:index, :create, :destroy]
resources :quantities, :only => [:index, :create, :destroy]
resources :units, :only => [:index, :create, :destroy]
end