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 14cd8cd commit acf6f22Copy full SHA for acf6f22
Gemfile
@@ -24,6 +24,7 @@ group :test do
24
end
25
26
gem 'rails', '6.1.7.9'
27
+gem 'concurrent-ruby', '1.3.4'
28
gem 'forestadmin-jsonapi-serializers'
29
gem 'rack-cors'
30
gem 'groupdate', '5.2.2'
config/routes.rb
@@ -59,6 +59,8 @@
59
delete ':collection/:id', to: router
60
delete ':collection', to: router
61
62
+ post ':collection/search' => 'resources#index'
63
+
64
draw(:actions)
65
66
0 commit comments