Class: CouchbaseOrm::Types::Date

Inherits:
ActiveModel::Type::Date
  • Object
show all
Defined in:
lib/couchbase-orm/types/date.rb

Instance Method Summary collapse

Instance Method Details

#serialize(value) ⇒ Object



4
5
6
# File 'lib/couchbase-orm/types/date.rb', line 4

def serialize(value)
    value&.iso8601
end