aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/base.rb')
-rwxr-xr-xactionpack/lib/action_controller/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb
index e39c520dba..27163f4ed7 100755
--- a/actionpack/lib/action_controller/base.rb
+++ b/actionpack/lib/action_controller/base.rb
@@ -874,7 +874,7 @@ module ActionController #:nodoc:
def request_origin
- "#{@request.remote_ip} at #{Time.now.to_s}"
+ "#{@request.remote_ip} at #{Time.now.to_s(:db)}"
end
def complete_request_uri