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: none).
446 447 448 |
# File 'lib/sequel/model/associations.rb', line 446 def association_reflections @association_reflections end |