Method: ActiveRecord::Associations::JoinDependency::JoinPart#children
- Defined in:
- activerecord/lib/active_record/associations/join_dependency/join_part.rb
#children ⇒ Object (readonly)
The Active Record class which this join part is associated ‘about’; for a JoinBase this is the actual base model, for a JoinAssociation this is the target model of the association.
18 19 20 |
# File 'activerecord/lib/active_record/associations/join_dependency/join_part.rb', line 18 def children @children end |