method
each
v6.0.0 -
Show latest stable
- Class:
ActiveRecord::Associations::JoinDependency::JoinPart
each(&block)public
No documentation available.
# File activerecord/lib/active_record/associations/join_dependency/join_part.rb, line 31
def each(&block)
yield self
children.each { |child| child.each(&block) }
end