rubyonrails-talk
August 31st, 2006, 12:56 AM
I am new to ruby on rails and am writing a simple database
application...
I have people table and languages table...
they have m:n relationship using languages_people table [
has_and_belongs_to_many ]
now i was able to access all langs for a person using just
person1.languages [ array of language]
i have displayed it to front end ... which will be edited and sent back
More... (http://groups.google.com/group/rubyonrails-talk/msg/5ef8a31811857800)
application...
I have people table and languages table...
they have m:n relationship using languages_people table [
has_and_belongs_to_many ]
now i was able to access all langs for a person using just
person1.languages [ array of language]
i have displayed it to front end ... which will be edited and sent back
More... (http://groups.google.com/group/rubyonrails-talk/msg/5ef8a31811857800)