/burnish_rails

Primary LanguageRubyMIT LicenseMIT

BurnishRails

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem "burnish_rails"

And then execute:

$ bundle

Or install it yourself as:

$ gem install burnish_rails

Create Default Config File:

$ rails generate burnish_rails:install 

Translations

The Translatable Concern...

Expected conventions:

en:
  activemodel:
    attributes:
    models:
    presenters:
    errors:
  activerecord:
    attributes:
    models:
    errors:
  <view_name_space>:
    <view_name>:
      

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.