David Spurr Sat Jan 14 22:40:15 -0500 2012

Subject: Finder methods fail when given columns that don't exist

E.g. accidentally doing Article::find_by_name('foo') rather than Article::find_by_title('foo')

Should I be handling these myself or is this an issue with the lib?