Displaying 1 result from an estimated 1 matches for "projectreport".
2006 Jun 05
5
apply more than one condition to a find(:all
Hi
I have the find statement below, how can I apply another condition to
this to say AND status > 3
@projectReport = Project.find(:all, :conditions => ''status != 7'')
Thanks
scott
--
Posted via http://www.ruby-forum.com/.