Method: Sequel::Model::Associations::ClassMethods#all_association_reflections
- Defined in:
- lib/sequel/model/associations.rb
#all_association_reflections ⇒ Object
Array of all association reflections for this model class
1627 1628 1629 |
# File 'lib/sequel/model/associations.rb', line 1627 def all_association_reflections association_reflections.values end |