Skip to content

Commit

Permalink
Fixed require for install_generator after moving it to Core
Browse files Browse the repository at this point in the history
  • Loading branch information
ukstv authored and radar committed Jan 2, 2012
1 parent 87b5798 commit 8ebe490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/spree/site/site_generator.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'rails/generators'
require File.expand_path('../../install/install_generator', __FILE__)
require 'generators/spree/install/install_generator'

module Spree
class SiteGenerator < Rails::Generators::Base
Expand Down

0 comments on commit 8ebe490

Please sign in to comment.