Spree States
This is a simple project for Spree Commerce
Provides states seed data for use in Spree.
Installation
To install, simply add the Gem to your Gemfile
- Add the following to your Gemfile
gem 'spree_i18n', :git => 'git://github.com/derfarg/spree_states.git' - Run
bundle install - Add in your seeds.rb under db directory this line
SpreeStates::Engine.load_seed - run
rake db:seed