Short description and motivation.
How to use my plugin.
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
The Translatable Concern...
Expected conventions:
en:
activemodel:
attributes:
models:
presenters:
errors:
activerecord:
attributes:
models:
errors:
<view_name_space>:
<view_name>:
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.