Skip to content

Commit

Permalink
Do not seed during install
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyadsl authored Nov 22, 2023
1 parent 29eca96 commit 403a9d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/generators/alchemy/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def setup_database
rake("alchemy:install:migrations", abort_on_failure: true)
rake("db:migrate", abort_on_failure: true)
install_tasks.inject_seeder
rake("db:seed", abort_on_failure: true)
end

def finalize
Expand Down

0 comments on commit 403a9d8

Please sign in to comment.