From 6a90646eaae2c30d95ce18c2ba26defc9184ed53 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Wed, 29 Dec 2010 10:46:29 +0100 Subject: [PATCH] Nullifying test garbage in last patch --- config/environment.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/environment.rb b/config/environment.rb index 402354a1c..90e8193e7 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -6,7 +6,6 @@ require File.expand_path('../application', __FILE__) Haml::Template.options[:format] = :html5 Haml::Template.options[:escape_html] = true -ActionController::Base.config.relative_url_root = "/daspora" if File.exists?(File.expand_path("./config/languages.yml")) languages = YAML::load(File.open(File.expand_path("./config/languages.yml"))) @@ -25,7 +24,5 @@ else LANGUAGE_CODES_MAP = {} end -#config.action_controller.relative_url_root = "/diaspora" - # Initialize the rails application Diaspora::Application.initialize!