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 c566ed7 commit b0561d2Copy full SHA for b0561d2
1 file changed
test/app/controllers/api/test/find_by_controller.rb
@@ -3,5 +3,5 @@ class Api::Test::FindByController < Api::TestController
3
self.fields = %w[id login age balance]
4
self.find_by_fields = %w[login]
5
self.filter_recordset_before_find = false
6
- self.excluded_actions = [:create, :update, :destroy, :update_all, :destroy_all]
+ self.excluded_actions = [ :create, :update, :destroy, :update_all, :destroy_all ]
7
end
0 commit comments