method
each
v3.2.1 -
Show latest stable
- Class:
ActiveRecord::QueryCache::BodyProxy
each(&block)public
No documentation available.
# File activerecord/lib/active_record/query_cache.rb, line 45
def each(&block)
@target.each(&block)
end