Class: ActiveSupport::TimeWithZone

Inherits:
Object
  • Object
show all
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(options={})
  self.utc.send(Ripple.date_format)
end