search for: advanced_find

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

2009 May 01
0
Graticule / acts_as_geocodable error?
Has anyone encountered this error using Graticule & acts_as_geocodable? ActiveRecord::UnknownAttributeError (unknown attribute: precision): (__DELEGATION__):2:in `__send__'' (__DELEGATION__):2:in `with_scope'' app/models/listing.rb:113:in `advanced_find'' ... Here is line 113 in listing.rb: published.find(:all, :origin => zip_code, :within => miles, :conditions => [conditions.join(" AND "), args, args], :page => {:size => 10, :current => (page || '''')}, :order => ...