Standardise on double quoted strings
This commit is contained in:
parent
5cbd4038ed
commit
dc2a2c8ebd
230 changed files with 1809 additions and 1812 deletions
|
@ -1,7 +1,7 @@
|
|||
# Configure ActionMailer SMTP settings
|
||||
ActionMailer::Base.smtp_settings = {
|
||||
:address => 'localhost',
|
||||
:address => "localhost",
|
||||
:port => 25,
|
||||
:domain => 'localhost',
|
||||
:domain => "localhost",
|
||||
:enable_starttls_auto => false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue