Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
more work on retardase inhibitor
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Nov 23, 2008
1 parent 1203be9 commit 1afe6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/url_writer_retardase_inhibitor.rb
Expand Up @@ -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] = 3000
default_url_options[:protocol] = 'http'
end
end
Expand Down

0 comments on commit 1afe6f6

Please sign in to comment.