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 2c74185a7bb9eca3becb26b0edb4c104531fb615.

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

Expand Down

0 comments on commit ac7157d

Please sign in to comment.