On Dec 12, 4:27 pm, Scott LaBounty <[email protected]> wrote: > Jeremy, > > Perfect! It works great. One question though ... why is it "one_to_many > :book_tune_tunings" rather than the singular "one_to_many > :book_tune_tuning"? Is the plural for the whole thing and not just "tunings" > as I'm thinking?
*_to_many associations use the plural form, *_to_one associations use the singular form. As to why, it just reads better in most cases, plus it's familiar to people coming from ActiveRecord. Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-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/sequel-talk?hl=en.
