Guest User

Untitled

a guest
Mar 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. # notice there is no @bid, you passed in the object with the partial => @bid, so you just need the partial file_name bid
  2.  
  3. <% form_for [picture, bid] do |f| %>
  4. <%= f.error_messages %>
  5.  
  6. <%= f.label :amount %><br />
  7. <%= f.text_field :amount %>
  8.  
  9. <%= f.hidden_field :picture_id, :value => @bid.picture_id %>
  10. <p>
  11. <%= f.submit 'bid!' %>
  12. </p>
  13. <% end %>
Add Comment
Please, Sign In to add comment