config/routes.rb in daengine-0.6.5 vs config/routes.rb in daengine-0.6.8
- old
+ new
@@ -1,9 +1,10 @@
Rails.application.routes.draw do
resources :digital_assets, except: [:new, :edit], defaults: {format: 'json'} do
collection do
get 'fund_docs'
get 'search', to: 'digital_assets#search'
+ post 'search', to: 'digital_assets#search'
post 'updated_time'
end
end
end