SpreeDevices ============ Introduction goes here. Installation ------------ Add spree_devices to your Gemfile: ```ruby gem 'spree_devices' ``` Bundle your dependencies and run the installation generator: ```shell bundle bundle exec rails g spree_devices:install ``` Testing ------- Before starting tests you need to generate testing_app ```shell bundle exec rake test_app ``` Copyright (c) 2016 [Matej Minažek], released under the New BSD License