ObjectConverter

Constants

Methods

.convert_type

def convert_type
  Object
end

.converted?

def converted?(value)
  value.is_a?(db_type)
end

.to_ruby

def to_ruby(value)
  value
end