/spree_retail

gem for connection between spree and retail crm

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

SpreeRetail

Introduction goes here.

Installation

  1. Add this extension to your Gemfile with this line:
gem 'spree_retail', github: 'git@github.com:Surgeon/spree_retail.git'
  1. Install the gem using Bundler:
bundle install
  1. Copy & run migrations
bundle exec rails g spree_retail:install
  1. Restart your server

If your server was running, restart it so that it can find the assets properly.

Contributing

If you'd like to contribute, please take a look at the instructions for installing dependencies and crafting a good pull request.

Copyright (c) 2016 [name of extension creator], released under the New BSD License