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!