Skip to content

Commit b0561d2

Browse files
committed
Fix rubocop
1 parent c566ed7 commit b0561d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/app/controllers/api/test/find_by_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ class Api::Test::FindByController < Api::TestController
33
self.fields = %w[id login age balance]
44
self.find_by_fields = %w[login]
55
self.filter_recordset_before_find = false
6-
self.excluded_actions = [:create, :update, :destroy, :update_all, :destroy_all]
6+
self.excluded_actions = [ :create, :update, :destroy, :update_all, :destroy_all ]
77
end

0 commit comments

Comments
 (0)