Skip to content

Commit d199e28

Browse files
committed
removed decorators everywhere
1 parent b202b7c commit d199e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_admin_scoped_collection_actions/controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module Controller
1010
def scoped_collection_records
1111
selection = params.fetch(:collection_selection, [])
1212
selection.any? ? batch_action_collection(COLLECTION_APPLIES).where(resource_class.primary_key => selection)
13-
: batch_action_collection
13+
: batch_action_collection(COLLECTION_APPLIES)
1414
end
1515
end
1616
end

0 commit comments

Comments
 (0)