search for: cisk

Displaying 1 result from an estimated 1 matches for "cisk".

Did you mean: disk
2006 Jul 20
1
Having issues saving line items to the DB
...a rails/sql error I just can''t seem to solve. It''s probably really simple, but I''m been googling and reading for a day and have made zero progress on it. Hopefully someone on this list can shine some light on my problem, or point me in the right direction. Thanks! Nick Ciske Environment ------------------------ Rails 1.1.3 Windows XP/WebBrick SQL Server Express 2005 Code ------------------------ Models: Project has_many :quotes Quote has_many :line_items LineItem belongs_to :quote ... @project = Project.new(params[:project]) @quote=Quote.new(params[:quote])...