Class: DateTime
- Inherits:
-
Object
- Object
- DateTime
- Defined in:
- lib/devise/orm/couchrest_model/date_time.rb
Overview
Add DateTime#gmtime method if needed.
Instance Method Summary collapse
Instance Method Details
#gmtime ⇒ Object
4 5 6 |
# File 'lib/devise/orm/couchrest_model/date_time.rb', line 4 def gmtime self.new_offset(0) end |