1
0

Quantity parent options are updated through UJS

This commit is contained in:
cryptogopher
2019-11-27 20:43:39 +01:00
parent 6e335c243a
commit f6081276f3
6 changed files with 24 additions and 29 deletions

View File

@@ -25,7 +25,10 @@ resources :projects do
post 'toggle'
post 'move/:direction', to: 'quantities#move', as: :move
end
get 'filter', on: :collection
collection do
get 'parents'
get 'filter'
end
end
resources :units, :only => [:index, :create, :destroy]
end