diff options
Diffstat (limited to 'actionpack/lib')
-rwxr-xr-x | actionpack/lib/action_controller/base.rb | 2 |
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 |