Skip to content
Snippets Groups Projects
Commit cc24b9ad authored by alexreisner's avatar alexreisner
Browse files

Remove deprecated find_near class method.

parent 9f214c3e
No related branches found
No related tags found
No related merge requests found
......@@ -44,15 +44,6 @@ module Geocoder
#
module ClassMethods
##
# DEPRECATED: Please use the +near+ method/named scope instead.
#
def find_near(location, radius = 20, options = {})
warn "Geocoder deprecation warning: the 'find_near' class method is " +
"deprecated, please use the 'near' method, which is a named scope."
near(location, radius, options)
end
##
# Get options hash suitable for passing to ActiveRecord.find to get
# records within a radius (in miles) of the given point.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment