Method: Sequel::Plugins::PgArrayAssociations::PgArrayToManyAssociationReflection#dataset_need_primary_key?
- Defined in:
- lib/sequel/plugins/pg_array_associations.rb
#dataset_need_primary_key? ⇒ Boolean
pg_array_to_many associations do not need a primary key.
212 213 214 |
# File 'lib/sequel/plugins/pg_array_associations.rb', line 212 def dataset_need_primary_key? false end |