diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-09-19 11:34:22 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-09-19 17:24:37 +0100 |
commit | c57291a458a261851571e8cc1a86d40df17c60bf (patch) | |
tree | efa8d9844823fe74915bc9f97fd432361d532846 | |
parent | 01d8002fdac72d70dd027ea7e0fa2260763752c3 (diff) |
Use dot rather than colon for method call
-rw-r--r-- | app/models/outgoing_message.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/outgoing_message.rb b/app/models/outgoing_message.rb index 4ca94e7d4..9424113fc 100644 --- a/app/models/outgoing_message.rb +++ b/app/models/outgoing_message.rb @@ -52,7 +52,7 @@ class OutgoingMessage < ActiveRecord::Base strip_attributes! has_prominence - self.default_url_options[:host] = AlaveteliConfiguration::domain + self.default_url_options[:host] = AlaveteliConfiguration.domain # https links in emails if forcing SSL if AlaveteliConfiguration::force_ssl |