Skip to content

Commit 59f1388

Browse files
authored
run enju_leaf:setup task in db:seed (#1850)
1 parent 3c9c632 commit 59f1388

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

db/seeds.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ def new_profile
1717
profile
1818
end
1919

20+
Rake::Task['enju_leaf:setup'].invoke
21+
2022
system_user = User.new
2123
system_user.username = 'system'
2224
system_user.password = SecureRandom.urlsafe_base64(32)

0 commit comments

Comments
 (0)