Method: Sequel::Model::Associations::AssociationReflection#select
- Defined in:
- lib/sequel/model/associations.rb
#select ⇒ Object
The columns to select when loading the association.
565 566 567 |
# File 'lib/sequel/model/associations.rb', line 565 def select self[:select] end |