Method: DateTime#as_json
- Defined in:
- lib/ripple/core_ext/casting.rb
#as_json(options = {}) ⇒ Object
121 122 123 |
# File 'lib/ripple/core_ext/casting.rb', line 121 def as_json(={}) self.utc.to_s(Ripple.date_format) end |
121 122 123 |
# File 'lib/ripple/core_ext/casting.rb', line 121 def as_json(={}) self.utc.to_s(Ripple.date_format) end |