method
decode_string_array
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
decode_string_array(value)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb, line 1190
def decode_string_array(value)
PG::TextDecoder::Array.new.decode(value)
end