search for: associate_identification

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

2006 Jul 07
2
many-to-many error
...#39;'ve got the product model (product.rb) set up: class Product < ActiveRecord::Base has_and_belongs_to_many :categories end and a similar one for category.rb And I''ve got the tables set up -- products, categories, categories_products But when I load, I get: undefined method `associate_identification'' for Product:Class. This error occured while loading the following files: product.rb Any thoughts? -- Posted via http://www.ruby-forum.com/.