method
each
rails 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