Method: Sequel::Plugins::PgArrayAssociations.apply
- Defined in:
- lib/sequel/plugins/pg_array_associations.rb
.apply(model) ⇒ Object
Add the pg_array extension to the database
301 302 303 |
# File 'lib/sequel/plugins/pg_array_associations.rb', line 301 def self.apply(model) model.db.extension(:pg_array) end |