From 4f8b2d755cb8249cd9118b7d3213a0021b83b0cb Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 16 Feb 2015 22:35:20 -0500 Subject: [PATCH] 4759: Ignore args to as_json. --- services/api/config/initializers/time_format.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/config/initializers/time_format.rb b/services/api/config/initializers/time_format.rb index ca67b19ce2..d476781e55 100644 --- a/services/api/config/initializers/time_format.rb +++ b/services/api/config/initializers/time_format.rb @@ -1,5 +1,5 @@ class ActiveSupport::TimeWithZone - def as_json + def as_json *args strftime "%Y-%m-%dT%H:%M:%S.%NZ" end end -- 2.30.2