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?
I don't think it is an issue with the lib that it cannot search on columns that are not in the database. What behaviour would you expect?
(1-1/1)
June 27 2010
March 5, 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?