Skip to content
Snippets Groups Projects
Commit 6a34f49e authored by Eliot Sykes's avatar Eliot Sykes
Browse files

Update module name for near_scope_options in docs for :near scope

parent e331465c
No related branches found
No related tags found
No related merge requests found
......@@ -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|
......
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