method
each
v3.2.13 -
Show latest stable
- Class:
ActiveRecord::IdentityMap::Middleware::Body
each(&block)public
No documentation available.
# File activerecord/lib/active_record/identity_map.rb, line 138
def each(&block)
@target.each(&block)
end