Skip to content

Commit

Permalink
Revert "Remove Auth::Engine seed loading from install generator"
Browse files Browse the repository at this point in the history
This reverts commit 2c74185.

If the user says "yes please install the default auth", we still want
the default users created.
  • Loading branch information
radar committed May 10, 2012
1 parent e02c276 commit ed5182b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/generators/spree/install/install_generator.rb
Expand Up @@ -103,6 +103,7 @@ def include_seed_data
append_file "db/seeds.rb", <<-SEEDS append_file "db/seeds.rb", <<-SEEDS
\n \n
Spree::Core::Engine.load_seed if defined?(Spree::Core) Spree::Core::Engine.load_seed if defined?(Spree::Core)
Spree::Auth::Engine.load_seed if defined?(Spree::Auth)
SEEDS SEEDS
end end


Expand Down

0 comments on commit ed5182b

Please sign in to comment.