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
Typo fix.
norman (author)
Tue Jul 29 15:09:49 -0700 2008
commit  e66932198fbff9cd6ca2109d1c149009f0be341a
tree    3d52ec80c0d15da1656e5f0d0eea62a099ee970a
parent  72070b17d01d1f4c2404ef6046240ff03d71f7fd
0
...
71
72
73
74
 
75
76
77
...
71
72
73
 
74
75
76
77
0
@@ -71,7 +71,7 @@ Setting up forms for has_image is simple, too:
0
 
0
   <% form_for(@photo, :html => {:multipart => true}) do |f| %>
0
     <p>
0
-      <%= f.label :image_data
0
+      <%= f.label :image_data %>
0
       <%= f.file_field :image_data %>
0
     </p>
0
     <p>

Comments