From 6a34f49e317b993cba99f28ded7090562b3334be Mon Sep 17 00:00:00 2001 From: Eliot Sykes <eliotsykes@gmail.com> Date: Sat, 13 Jul 2013 13:03:50 +0100 Subject: [PATCH] Update module name for near_scope_options in docs for :near scope --- lib/geocoder/stores/active_record.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/geocoder/stores/active_record.rb b/lib/geocoder/stores/active_record.rb index 7fc09cc1..6b0ec684 100644 --- a/lib/geocoder/stores/active_record.rb +++ b/lib/geocoder/stores/active_record.rb @@ -32,7 +32,7 @@ module Geocoder::Store # Find all objects within a radius of the given location. # Location may be either a string to geocode or an array of # coordinates (<tt>[lat,lon]</tt>). Also takes an options hash - # (see Geocoder::Orm::ActiveRecord::ClassMethods.near_scope_options + # (see Geocoder::Store::ActiveRecord::ClassMethods.near_scope_options # for details). # scope :near, lambda{ |location, *args| -- GitLab