Installation
Add this line to your application's Gemfile:
gem 'rounders-yaml'
And then execute:
$ bundle
Usage
configratin
Update to application.rb
# enable this plugin
config.store = :yaml
# configraton store fle path
config.stores.yaml.file = 'file_path'
License
The gem is available as open source under the terms of the MIT License.
This project rocks and uses MIT-LICENSE.