diff options
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/environment.rb b/config/environment.rb index bdeb4c983..7ffbe8701 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -43,7 +43,7 @@ require File.join(File.dirname(__FILE__), '../lib/old_rubygems_patch') require 'configuration' # Application version -ALAVETELI_VERSION = '0.6.9' +ALAVETELI_VERSION = '0.7' Rails::Initializer.run do |config| # Load intial mySociety config @@ -114,8 +114,6 @@ end # 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] = Configuration::domain |