module StrictGeocoder
Add strict geocoding functionality to any ActiveRecord object.
Constants
- VERSION
Public Class Methods
inherited(child)
click to toggle source
# File lib/strict_geocoder.rb, line 11 def inherited(child) child.extend Geocoder::Store::ActiveRecord::ClassMethods unless \ child.ancestors.include? Geocoder::Store::ActiveRecord child.include StrictGeocoder::Store::ActiveRecord _inherited_strict_geocoder(child) end
Also aliased as: _inherited_strict_geocoder