I have Company has_many :categories and Category has_many :companies. One Company for an associated Category has classifications, example: Company-1 has Category OG1 with Classification_type I Classification_amount 10.000 and Classification_type II Classification_amount 50.000. Is that a good reason to use Company has_many categories through categorizations in which put attributes for Classifications?
-- 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.

