README.md in unidom-geo-1.3 vs README.md in unidom-geo-1.4
- old
+ new
@@ -67,9 +67,10 @@
### As Locator concern
The As Locator concern do the following tasks for the includer automatically:
1. Define the has_many :locatings macro as: ``has_many :locatings, class_name: 'Unidom::Geo::Locating', as: :locator``
2. Define the has_many :locations macro as: ``has_many :locations, through: :locatings, source: :location``
+3. Define the #locate! method as: ``locate!(it, to: nil, at: Time.now)``
### As Region concern
The As Region concern do the following tasks for the includer automatically:
1. Define the has_many :locations macro as: ``has_many :locations, class_name: 'Unidom::Geo::Location'``
2. Define the has_many :locatings macro as: ``has_many :locatings, through: :locations, source: :locatings``