Spree Address Populator
This extension is to auto populate the default user ship/bill address into admin section
Requirements
- Spree Core 2.0.0 or greater.
- Ruby 1.9.2 or greater.
Installation
- Add
gem 'spree_address_populator', github: 'jtapia/spree_address_populator'
to Gemfile - Run
bundle
- Add
admin/spree_address_populator
to assets
Testing
- bundle exec rake test_app
- bundle exec rspec spec
Copyright (c) 2012 Jeff Dutil, released under the New BSD License