Create an ActiveRecord Model to control
Add this line to your application's Gemfile:
gem 'versioned_text', :git => https://github.com/gkuhn1/versioned_text.git
And then execute:
$ bundle
In your project generate install migrations
$ rails g versioned_text:install
TODO: Write usage instructions here
- Fork it ( https://github.com/gkuhn1/versioned_text/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request