rateYo
Rails asset pipeline integration for rateYo
rateYo version 2.1.1
Installation
Add this line to your application's Gemfile:
gem 'rateyo-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rateyo-rails
Usage
rateyo-rails contains both css and js for rateyo
Include rateyo js in app/assets/javascripts/application.js
Include card css in app/assets/stylesheets/application.css
For information on how to use rateyo please visit https://github.com/prrashi/rateYo
Contributing
- 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