Closed jbender closed 8 years ago
Adds .iso8601 support to Date and Time, which is required for them to be convertible to JSON (per http://apidock.com/rails/v4.2.1/ActiveSupport/TimeWithZone/as_json)
.iso8601
Date
Time
Nice, looks good to merge!
I like that the specs are broken out into individual specs.
Pushed 1.1.0 to include this. Thanks!
Adds
.iso8601
support toDate
andTime
, which is required for them to be convertible to JSON (per http://apidock.com/rails/v4.2.1/ActiveSupport/TimeWithZone/as_json)