diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-09-05 09:24:20 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-09-05 09:24:20 +0100 |
commit | 7ee90ca041f842cbd640babe50abcd932d708c0c (patch) | |
tree | 6e6d249d8e72f9eefecea3ae23de16c8df419bb0 | |
parent | bb5894cbc39a1c9258e274fb9e3a15eaa44ab1c6 (diff) |
Remove obsolete comment.
-rw-r--r-- | config/initializers/alaveteli.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb index 2c6ee2fbc..6e0cf076c 100644 --- a/config/initializers/alaveteli.rb +++ b/config/initializers/alaveteli.rb @@ -25,7 +25,6 @@ ALAVETELI_VERSION = '0.13' # Mime::Type.register "text/richtext", :rtf # Mime::Type.register "application/x-mobile", :mobile -# The Rails cache is set up by the Interlock plugin to use memcached # Domain for URLs (so can work for scripts, not just web pages) ActionMailer::Base.default_url_options[:host] = AlaveteliConfiguration::domain |