This commit is contained in:
Josh Pigford
2024-02-11 12:38:15 -06:00
parent c483153721
commit 4867e2691d

View File

@@ -21,4 +21,4 @@ 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")
Currency.find_or_create_by(iso_code: "USD", name: "United States Dollar")