Class: ActiveSupport::TimeWithZone
- Defined in:
- lib/ripple/core_ext/casting.rb
Instance Method Summary collapse
Instance Method Details
#as_json(options = {}) ⇒ Object
144 145 146 |
# File 'lib/ripple/core_ext/casting.rb', line 144 def as_json(={}) self.utc.send(Ripple.date_format) end |