From 7f0fe8e2060923bad9fef0050af033874e24886b Mon Sep 17 00:00:00 2001 From: Heitor Reis Date: Mon, 4 Jan 2016 15:37:14 -0200 Subject: [PATCH] [Colab] Add relative_url_root to production env --- config/environments/production.rb | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index aa4fd60..1fbd471 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -105,4 +105,7 @@ Rails.application.configure do # Google Analytics GA.tracker = ENV['GA_TRACKER'] GA.script_source = :doubleclick + + # Responds on a subdirectory + config.relative_url_root = '/mezuro' end -- libgit2 0.21.2