Skip to content

Commit

Permalink
run enju_leaf:setup task in db:seed
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jan 21, 2024
1 parent d8e4f0b commit d0d918b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def new_profile
profile
end

Rake::Task['enju_leaf:setup'].invoke

system_user = User.new
system_user.username = 'system'
system_user.password = SecureRandom.urlsafe_base64(32)
Expand Down

0 comments on commit d0d918b

Please sign in to comment.