Spree Extension to add a banner to the homepage and its corresponding admin menu. Uses the rich text editor CKeditor 4.1.3 and simple_form.
- Add this extension to your Gemfile with this line:
gem 'spree_banners', github: 'nnodes/spree_n_banners'
- Install the gem using Bundler:
bundle install
- Copy & run migrations
bundle exec rails g spree_banners:install
- Restart your server
If your server was running, restart it so that it can find the assets properly.
Copyright (c) 2017 NNodes, released under the New BSD License