Skip to content

Commit

Permalink
Change 'domain' attribute to 'url' in Site seed
Browse files Browse the repository at this point in the history
  • Loading branch information
James Walker committed Aug 13, 2024
1 parent 97c5c25 commit c27ce5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds/004_sites.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def self.run
Site.create!(
name: 'Default Site',
slug: 'default-site',
domain: 'default-site.placecal.org'
url: 'default-site.placecal.org'
)
end
end
Expand Down

0 comments on commit c27ce5b

Please sign in to comment.