From 9cef378eb6078d7e751e780b2c0e73e4ff7a5d24 Mon Sep 17 00:00:00 2001 From: Josh Adams Date: Sun, 23 Nov 2008 14:29:51 -0600 Subject: [PATCH] meh, more work on the mailer inhibitor thingie --- lib/url_writer_retardase_inhibitor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/url_writer_retardase_inhibitor.rb b/lib/url_writer_retardase_inhibitor.rb index 09e604f..9ac4116 100644 --- a/lib/url_writer_retardase_inhibitor.rb +++ b/lib/url_writer_retardase_inhibitor.rb @@ -32,7 +32,7 @@ def self.included(am) am.send(:include, ::ActionController::UrlWriter) ::ActionController::UrlWriter.module_eval do default_url_options[:host] = 'localhost' - #default_url_options[:port] = 3000 + default_url_options[:port] = 80 default_url_options[:protocol] = 'http' end end