Include field ignored in Rails 2.1.0

I just realized that the include field is completely ignored in the
2.1.0 version. I need to use a function that creates an array loops
through the columns in the table to find the search strings and
apparently it’s not working with this new version. Anyone with a work
around? This is my query.

@furnii_from_furnii = Furni.find :all, :include =>[:raider, {:imageasset
=> :skin} ], :conditions => “”+Furni.conditions_by_like(@search)+" OR "
+Raider.conditions_by_like(@search) + “OR”
+Skin.conditions_by_like(@search) + “”