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

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

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from Type::Json

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

Instance Method Details

#typeObject



8
9
10
# File 'lib/active_record/connection_adapters/postgresql/oid/jsonb.rb', line 8

def type
  :jsonb
end