Guest User

Untitled

a guest
Jan 17th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. = form_for @product do |f|
  2. = @product.errors.messages
  3.  
  4. %p
  5. = f.label :photo_file_name, :photo
  6. %br
  7. = f.file_field :photo_file_name, :name=>'product[photo]'
  8. %p
Add Comment
Please, Sign In to add comment