= form_for Photo.new, :html => {:multipart => true} do |f| = f.error_messages %p = f.file_field :image = f.submit 'post it!', :class => 'button'