method
each
v4.2.1 -
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 33
def each(&block)
yield self
children.each { |child| child.each(&block) }
end