Quantity parent options are updated through UJS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user