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