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

  1. Add the following to your Gemfile
    
    gem 'spree_i18n', :git => 'git://github.com/derfarg/spree_states.git'
    
  2. Run bundle install
  3. Add in your seeds.rb under db directory this line
    
    SpreeStates::Engine.load_seed
    
  4. run rake db:seed