Ruby on Rails Discussions
What's the pattern for "has many of yourself"?
rubyonrails-talk
Michael_Latta
(Michael Latta)
April 3, 2007, 2:04am
1
has_many :foos belongs_to :foo
should work with a foo_id column in the table.
Michael