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 b202b7c commit d199e28Copy full SHA for d199e28
lib/active_admin_scoped_collection_actions/controller.rb
@@ -10,7 +10,7 @@ module Controller
10
def scoped_collection_records
11
selection = params.fetch(:collection_selection, [])
12
selection.any? ? batch_action_collection(COLLECTION_APPLIES).where(resource_class.primary_key => selection)
13
- : batch_action_collection
+ : batch_action_collection(COLLECTION_APPLIES)
14
end
15
16
0 commit comments