search for: property_no

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

Did you mean: property_id
2010 Oct 02
0
Ajax observe_field not vorking on Rails
...t; And my controler is: def list sort = case params[''sort''] 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]}%"] u...