Add notes to orders and users. Only available to admins.
Add this line to your Spree application's Gemfile:
gem 'spree_notes', github: 'railsdog/spree_notes', branch: '2-4-stable'
Add this line to your Spree application's Gemfile:
gem 'spree_notes', github: 'railsdog/spree_notes'
Note: The master branch is not guaranteed to be in a fully functioning state. It is unwise to use this branch in a production system.
Run the bundle command to install it:
bundle install
After installing, you'll need to run the generator:
bundle exec rails g spree_notes:install
Generate a dummy application
bundle exec rake test_app
Running tests
bundle exec rake spec
- Fork it ( https://github.com/railsdog/spree_notes/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
)