I\'ve created a form
<%= form_for [current_user,@product,@bid] do |f| %> <%= f.number_field :bid_amount %> <%= f.n
<%= f.number_field :bid_amount %>
<%= f.n
Just:
<%= f.number_field :product_id, :value => @product.id %>