# Unidom Geo 地理领域模型引擎 [![License](https://img.shields.io/badge/license-MIT-green.svg)](http://opensource.org/licenses/MIT) [![Gem Version](https://badge.fury.io/rb/unidom-geo.svg)](https://badge.fury.io/rb/unidom-geo) Unidom (UNIfied Domain Object Model) is a series of domain model engines. The Geo domain model engine includes Town and Location models. Unidom (统一领域对象模型)是一系列的领域模型引擎。地理领域模型引擎包括乡镇和街道地址的模型。 ## Usage in Gemfile: ```ruby gem 'unidom-geo' ``` ## Run the Database Migration: ```shell rake db:migrate ``` ## Call the Model: ```ruby Unidom::Geo::Location.valid_at.alive.first.region ```