class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Uuid
:nodoc:
:nodoc:
def type
def type :uuid end
def type_cast(value)
def type_cast(value) value.to_s[RFC_4122, 0] end
:nodoc:
:nodoc:
def type :uuid end
def type_cast(value) value.to_s[RFC_4122, 0] end