class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bytea
def deserialize(value)
:nodoc:
def deserialize(value) return if value.nil? return value.to_s if value.is_a?(Type::Binary::Data) PG::Connection.unescape_bytea(super) end
def deserialize(value) return if value.nil? return value.to_s if value.is_a?(Type::Binary::Data) PG::Connection.unescape_bytea(super) end