search for: find_by_fullnam

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

Did you mean: find_by_fullname
2006 Mar 10
3
Searching database using foriegn keys
I''ve read a lot about the ORM magic of Active Record which allows you to address a foriegn key object directly... e.g. I have a books and people table where books has a column called person_id If I get myself a Book object called mybook I get to the person object associated with this book by saying book.person which is awesome and I love it. My question, how can I say "Go