Method: Sequel::Model::Associations::ClassMethods#association_reflections
- Defined in:
- lib/sequel/model/associations.rb
#association_reflections ⇒ Object (readonly)
All association reflections defined for this model (default: {}).
1600 1601 1602 |
# File 'lib/sequel/model/associations.rb', line 1600 def association_reflections @association_reflections end |