There was an error while loading. Please reload this page.
1 parent 1a5e003 commit 5ee54bdCopy full SHA for 5ee54bd
lib/rails_admin_images.rb
@@ -38,7 +38,7 @@ class Images < Base
38
39
# Is the action on a model scope (Example: /admin/team/export)
40
register_instance_option :collection? do
41
- true
+false
42
end
43
44
# Model scoped actions only. You will need to handle params[:bulk_ids] in controller
lib/rails_admin_images/version.rb
@@ -1,3 +1,3 @@
1
module RailsAdminImages
2
- VERSION = "0.0.3"
+ VERSION = "0.0.4"
3
0 commit comments