1
0
Fork 0
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:
Josh Pigford 2024-02-11 12:31:29 -06:00
parent 1b54d0b321
commit c483153721

View file

@ -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")