A wrapper for the Backbone.Validation plugin for Backbone
The version of this gem follows that of the associated Backbone.Validation version
Currently: v0.8.0
Add this line to your application's Gemfile:
gem 'backbone-validation-rails'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install backbone-validation-rails
- Fork it
- 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 new Pull Request