Add to Gemfile
:
gem 'spree_notes', :git => 'git://github.com/railsdog/spree_notes.git'
Run:
$ bundle
$ bundle exec rails g spree_notes:install
* Fork the repo
* clone your repo
* Run `bundle`
* Run `bundle exec rake test_app` to create the test application in `spec/test_app`.
* Make your changes.
* Ensure specs pass by running `bundle exec rake`
* Submit your pull request