Class: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Jsonb
- Inherits:
-
Type::Json
- Object
- ActiveModel::Type::Value
- Type::Json
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Jsonb
- 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
#type ⇒ Object
8 9 10 |
# File 'lib/active_record/connection_adapters/postgresql/oid/jsonb.rb', line 8 def type :jsonb end |