cast(value)
public
FIXME: this should probably split on delim and use
subtype to cast
the values. Unfortunately, the current Rails
behavior is to just return the string.
# File activerecord/lib/active_record/connection_adapters/postgresql/oid/vector.rb, line 21
def cast(value)
value
end