Skip to content

Commit

Permalink
Merge pull request #3123 from refinery/bugfix/issue-3109
Browse files Browse the repository at this point in the history
Properly specify image for strong parameters.
  • Loading branch information
bricesanchez committed Mar 7, 2016
2 parents b37cf42 + b25fff2 commit f3d9ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/app/controllers/refinery/admin/images_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def image_params

def permitted_image_params
[
:image, :image_size, :image_title, :image_alt
{ image: [] }, :image_size, :image_title, :image_alt
]
end

Expand Down

0 comments on commit f3d9ef2

Please sign in to comment.