Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 653 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 653 Bytes

Spree Clean

A Spree extension which facilitates easy deletion of application data. This includes both seed and sample data. This extension adds a new section to the Configurations menu on your store's admin.

Installation & Usage

Add the following to your Gemfile

gem 'spree_clean', :git => "git://github.com/spree/spree_clean.git"

Next run bundle install followed by the install generator

rails generate spree_clean:install

Navigate to your store's admin and head to the Configurations menu. Follow the link to "Clean Data" and begin using the extension.

Copyright (c) 2012 John Dyer, released under the New BSD License