public
Rubygem
Description: A lightweight and opinionated but hackable library for attaching images to ActiveRecord models.
Homepage:
Clone URL: git://github.com/norman/has_image.git
README
norman (author)
Tue Jul 29 15:15:20 -0700 2008
commit  703760e4bbf15ffad3a4ce0a6670355482f6693c
tree    618b3c366e277b2dbaec76972046452778cb3f17
parent  d11068dc150a4543f3997709f4a5f2a53db7b9c1
0
...
69
70
71
72
 
73
74
75
...
69
70
71
 
72
73
74
75
0
@@ -69,7 +69,7 @@ It also provides a view helper to make displaying the images extremely simple:
0
   <%= image_tag_for(@photo, :thumb => :square) # show the square thumbnail %>
0
 
0
 The image_tag_for helper calls Rails' image_tag, so you can pass in all the 
0
-regular options to set the alt tag, CSS class, etc:
0
+regular options to set the alt property, CSS class, etc:
0
   
0
   <%= image_tag_for(@photo, :alt => "my cool picture", :class => "photo") %>
0
   

Comments