Re: [Rails] Re: has_and_belongs_to_many associations

2013-04-24 Thread Colin Law
On 24 April 2013 14:09, Paul Ols wrote: Please don't top post, it makes it difficult to follow the thread. Insert your reply inline at appropriate point(s) in previous message. Thanks. > Hmm, perhaps I dont understand the meaning of rails' > has_and_belongs_to_many. > > I require only the join t

[Rails] Re: has_and_belongs_to_many associations

2013-04-24 Thread Paul Ols
Hmm, perhaps I dont understand the meaning of rails' has_and_belongs_to_many. I require only the join table to be populated, NOT additional Award objects to be created in the DB. A User should have many rows in awards_users (user_id, award_id). So in terms of a user admin interface, I want to b