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?
June 27 2010
September 23, 2011
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?