We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c9bc1 commit 79e5702Copy full SHA for 79e5702
config/routes.rb
@@ -59,8 +59,8 @@
59
delete ':collection/:id', to: router
60
delete ':collection', to: router
61
62
- post ':collection/search' => 'resources#index'
63
- post ':collection/search/count' => 'resources#count'
+ post ':collection/query' => 'resources#index'
+ post ':collection/query/count' => 'resources#count'
64
65
draw(:actions)
66
0 commit comments