Skip to content

Commit

Permalink
seeds adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Sep 12, 2024
1 parent b957e44 commit a5b205f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

# this seed is for development only
if Rails.env.development?
Domain.first_or_create!(fqdn: "example.com", users: "[email protected]")
Domain.find_or_create_by!(fqdn: "example.com", users: "[email protected]")
end

0 comments on commit a5b205f

Please sign in to comment.