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



6
7
8
# File 'lib/couchbase-orm/types/date.rb', line 6

def serialize(value)
  value&.iso8601
end