Displaying 1 result from an estimated 1 matches for "qty_added".
2006 Jan 20
5
Instance variable?
I''m trying to grab a temporary variable from my view and then pass along
that value to my model
My view code is this:
<td width="40" align="center"><%= text_field ''product'', ''qty_added'',
{:size=>3}
And I''m trying to pass the qty_added variable to my model.
item.quantity = qty_added
It doesn''t seem to be working.. I''m sure I''m missing many fundamental
things but if somebody could start me down the correct path..
Thx..
--
Po...