Skip to content
Snippets Groups Projects
Commit d51416b8 authored by Alex Reisner's avatar Alex Reisner
Browse files

Make near_scope_options private.

parent b3b13a45
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,8 @@ module Geocoder::Orm
#
module ClassMethods
private # ----------------------------------------------------------------
##
# Get options hash suitable for passing to ActiveRecord.find to get
# records within a radius (in miles) of the given point.
......@@ -75,9 +77,6 @@ module Geocoder::Orm
end
end
private # ----------------------------------------------------------------
##
# Scope options hash for use with a database that supports POWER(),
# SQRT(), PI(), and trigonometric functions SIN(), COS(), ASIN(),
......
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