Displaying 1 result from an estimated 1 matches for "url_for_imagemagick".
2005 Oct 14
0
ImageMagick helper
.../home/howardroberts/documents/pics/''
end
end
Then in views/profile/photo.rhtml I put:
<%= imagemagick_tag ''image1.jpg'', ''resize(100x100)'' %>
This produces the error:
showing /app/views/profile/photo.rhtml where line #1 raised:
undefined method `url_for_imagemagick'' for #<ProfileController:0xb7828b14>
Extracted source (around line #1):
1: <%= imagemagick_tag ''image1.jpg'', ''resize(100x100)'' %>
I''ve heard so much positive feeback about this helper, I''m sure it''s
something simpl...