Skip to content

Commit

Permalink
Added install generator
Browse files Browse the repository at this point in the history
  • Loading branch information
romul committed Sep 16, 2010
1 parent 02187f6 commit c319e9d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 29 deletions.
15 changes: 15 additions & 0 deletions lib/generators/spree_volume_pricing/install_generator.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module SpreeVolumePricing
module Generators
class InstallGenerator < Rails::Generators::Base
source_root File.expand_path("../../templates", __FILE__)

desc "Configures your Rails application for use with spree_volume_pricing"

def copy_migrations
directory "db"
end

end
end
end

29 changes: 0 additions & 29 deletions lib/tasks/volume_pricing_extension_tasks.rake

This file was deleted.

0 comments on commit c319e9d

Please sign in to comment.