Sha256: 7eb4a543a37249c68014435e39a18e321f110a552b1c24f8848d80b41942a4f2
Contents?: true
Size: 869 Bytes
Versions: 1
Compression:
Stored size: 869 Bytes
Contents
# LocalizableModel [![Build Status](https://travis-ci.org/kord-as/localizable_model.svg?branch=master)](https://travis-ci.org/kord-as/localizable_model) [![Code Climate](https://codeclimate.com/github/kord-as/localizable_model/badges/gpa.svg)](https://codeclimate.com/github/kord-as/localizable_model) [![Test Coverage](https://codeclimate.com/github/kord-as/localizable_model/badges/coverage.svg)](https://codeclimate.com/github/kord-as/localizable_model) [![Dependency Status](https://gemnasium.com/kord-as/localizable_model.svg)](https://gemnasium.com/kord-as/localizable_model) ## Usage Add the `localizable_model` gem to your Gemfile: ``` ruby gem "localizable_model" ``` Generate the migration: ``` shell bin/rails g localizable_model:migration ``` ## License LocalizableModel is licensed under the [MIT License](http://www.opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
localizable_model-0.0.1 | README.md |