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 )