Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 542 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 542 Bytes

SpreeBrands

Add's a dedicated Brand model in your shop.

Installation

add to your Gemfile:

gem "spree_brands", :git => 'git://github.com/pero-ict-solutions/spree_brands'

Install the gem:

bundle
bundle exec rails g spree_brands:install

Testing

Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.

$ bundle
$ bundle exec rake test_app
$ bundle exec rspec spec

Copyright (c) 2012 PeRo ICT Solutions, released under the New BSD License