search for: address_reverse

Displaying 1 result from an estimated 1 matches for "address_reverse".

2010 Oct 02
0
Ajax observe_field not vorking on Rails
...'] when "Title" then "title" when "address" then "address" when "close date" then "close_date" when "property_no_reverse" then "property_no DESC" when "address_reverse" then "address DESC" when "close_date_reverse" then "close_date DESC" end conditions = ["title LIKE ?", "%#{params[:query]}%"] unless params[:query].nil? @total = Message.count(:conditions => conditions)...