Reverting reverrsion

This commit is contained in:
Raphael 2010-07-20 11:56:11 -07:00
parent 382caf7adc
commit afc150c719

View file

@ -42,7 +42,6 @@
= form_for Photo.new, :html => {:multipart => true} do |f|
= f.error_messages
%p
%label{:for => "image_form"} Image
= f.file_field :image
%p
= f.submit 'post it!', :class => 'button'