diff --git a/app/models/concerns/imageable.rb b/app/models/concerns/imageable.rb index a2a2f537d..727ff9a6b 100644 --- a/app/models/concerns/imageable.rb +++ b/app/models/concerns/imageable.rb @@ -1,5 +1,3 @@ -# can [:update, :destroy ], Image, :imageable_id => user.id, :imageable_type => 'User' -# and add a feature like forbidden/without_role_images_spec.rb to test it module Imageable extend ActiveSupport::Concern