search for: estimateproductlin

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

Did you mean: estimateproductline
2005 Aug 25
1
newbie questions about hosting address
...t=ISO-8859-1; format=flowed Hi ! I have the following: class Estimate has_many :items, :class_name => ''EstimateLine'', :order => ''position'' end class EstimateLine < ActiveRecord::Base belongs_to :estimate acts_as_list :scope => :estimate end class EstimateProductLine < EstimateLine end class EstimateCommentLine < EstimateLine end When I try to insert a comment and a product, I get an invalid SQL statement: ActiveRecord::StatementInvalid: #23000 Duplicate entry ''9252-1'' for key 2: INSERT INTO estimate_lines (`estimate_id`, `product_id...