Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/elastomer/core_ext/time.rb

Instance Method Summary collapse

Instance Method Details

#to_json(ignore = nil) ⇒ Object



4
5
6
# File 'lib/elastomer/core_ext/time.rb', line 4

def to_json(ignore = nil)
  %Q["#{self.iso8601(3)}"]
end