Reverting last commit

This commit is contained in:
Raphael 2010-07-20 11:53:13 -07:00
parent 7b6289c78a
commit 382caf7adc

View file

@ -42,6 +42,7 @@
= 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'