Displaying 1 result from an estimated 1 matches for "io_number".
Did you mean:
lo_number
2006 Feb 22
2
Using ez_where
...construct my conditions. I
need
to know how the params need to be formated for ez_where.
My search class looks like this:
def search
@display_ad = DisplayAd.new(params[:display_ad])
cond = Caboose::EZ::Condition.new do
pub_date == ''@display_ad.pub_date''
io_number =~ ''@display_ad.io_number''
end
puts @display_ad.pub_date
puts @display_ad.io_number
puts cond.to_sql
#display_ad = DisplayAd.find(:all, conditions => cond.to_sql )
#render :action => ''list''
end
127.0.0.1 - - [21/Feb/2006:22...