mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-26 00:29:40 +02:00
Seed with USD
This commit is contained in:
parent
1b54d0b321
commit
c483153721
1 changed files with 3 additions and 0 deletions
|
@ -19,3 +19,6 @@ user = User.create_or_find_by(email: "user@maybe.local") do |u|
|
|||
u.family_id = family.id
|
||||
end
|
||||
puts "User created: #{user.email} for family: #{family.name}"
|
||||
|
||||
# Create default currency
|
||||
Currency.find_or_create_by(iso_code: "USD", name: "United States Dollar")
|
Loading…
Add table
Add a link
Reference in a new issue