Class: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Jsonb

Inherits:
Json show all
Defined in:
lib/active_record/connection_adapters/postgresql/oid/jsonb.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from Type::Internal::AbstractJson

#accessor, #changed_in_place?, #deserialize, #serialize

Instance Method Details

#typeObject



6
7
8
# File 'lib/active_record/connection_adapters/postgresql/oid/jsonb.rb', line 6

def type
  :jsonb
end