Method: Sequel::Plugins::PgEagerAnyTypedArray.apply

Defined in:
lib/sequel/plugins/pg_eager_any_typed_array.rb

.apply(model) ⇒ Object

Add the pg_array extension to the database



34
35
36
# File 'lib/sequel/plugins/pg_eager_any_typed_array.rb', line 34

def self.apply(model)
  model.db.extension(:pg_array)
end