S
Sam Ginko
I updated to Rails 2.1.0 and I'm getting an
ActiveRecord::StatementInvalid error on an sql query that was working on
the previous version. A simple call with and include getting data from 2
tables. I'm not sure why this is happening now. Does anyone know what
might cause this? Thanks in advance.
@furnii_from_furnii = Furni.find :all, :include => "raider",
:conditions => ""+Furni.conditions_by_like(@search)+" OR "
+Raider.conditions_by_like(@search) + ""
ActiveRecord::StatementInvalid error on an sql query that was working on
the previous version. A simple call with and include getting data from 2
tables. I'm not sure why this is happening now. Does anyone know what
might cause this? Thanks in advance.
@furnii_from_furnii = Furni.find :all, :include => "raider",
:conditions => ""+Furni.conditions_by_like(@search)+" OR "
+Raider.conditions_by_like(@search) + ""