From fda0abdd25c0a4d8e5550e94324474355c41af40 Mon Sep 17 00:00:00 2001 From: saurabhbhatia Date: Wed, 4 Dec 2013 11:54:00 +0800 Subject: [PATCH] Updated production settings --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 0eb9c1a1..80990763 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -41,7 +41,7 @@ Orbit::Application.configure do # Enable serving of images, stylesheets, and JavaScripts from an asset server # config.action_controller.asset_host = "http://assets.example.com" - config.action_mailer.default_url_options = { :host => 'http://new.tp.rulingcom.com' } + config.action_mailer.default_url_options = { :host => 'new.tp.rulingcom.com' } # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added) # config.assets.precompile += %w( search.js )