Spree extension to handle brands in your Spree Admin
Last updated on: October 11 at 05:13 PM
source code bug trackerSpree Brands extension allows you to handle brands on Spree Admin
Add spree_brands to your Gemfile:
gem 'spree_brands'
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_brands:install
First bundle your dependencies, then run rake. rake will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app.
bundle
bundle exec rake
Copyright (c) 2016 [name of extension creator], released under the New BSD License