Sha256: bbfe8d58cf96dfbea50d235920053499a523de296b3f05e7d97de5a91b33b95e

Contents?: true

Size: 799 Bytes

Versions: 1

Compression:

Stored size: 799 Bytes

Contents

# Unidom Standard 标准领域模型引擎

[![License](https://img.shields.io/badge/license-MIT-green.svg)](http://opensource.org/licenses/MIT)
[![Gem Version](https://badge.fury.io/rb/unidom-standard.svg)](https://badge.fury.io/rb/unidom-standard)

Unidom (UNIfied Domain Object Model) is a series of domain model engines. The Standard domain model engine includes the Standard and Standard Association models.
Unidom (统一领域对象模型)是一系列的领域模型引擎。标准领域模型引擎包括标准和标准关联的模型。

## Usage in Gemfile
```ruby
gem 'unidom-standard'
```

## Run the Database Migration
```shell
rake db:migrate
```

## Call the Model
```ruby
Unidom::Standard::Standard.valid_at.alive.first
Unidom::Standard::StandardAssociation.valid_at.alive.first
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unidom-standard-0.1 README.md