Method: Sequel::Model::Associations::ManyToManyAssociationReflection#select

Defined in:
lib/sequel/model/associations.rb

#selectObject

The columns to select when loading the association, associated_class.table_name.* by default.

[View source]

1415
1416
1417
# File 'lib/sequel/model/associations.rb', line 1415

def select
  cached_fetch(:select){default_select}
end