method

decode_string_array

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

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