Skip to content

Commit 5ee54bd

Browse files
author
thamizh
committed
Updating
1 parent 1a5e003 commit 5ee54bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rails_admin_images.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Images < Base
3838

3939
# Is the action on a model scope (Example: /admin/team/export)
4040
register_instance_option :collection? do
41-
true
41+
false
4242
end
4343

4444
# Model scoped actions only. You will need to handle params[:bulk_ids] in controller

lib/rails_admin_images/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsAdminImages
2-
VERSION = "0.0.3"
2+
VERSION = "0.0.4"
33
end

0 commit comments

Comments
 (0)