wbsurfver@... <wbsurfver@...> writes: > > .... > > class Attribute < ActiveRecord::Base > belongs_to :attribute_record, :polymorphic => true > end > > class ParsedSection < ActiveRecord::Base > belongs_to :conversion > has_many :attributes, :as => :attribute_record > end >
I believe you will have problems with columns called "attributes", especially with has_many associations. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

