method
each
v3.2.13 -
Show latest stable
- Class:
ActiveRecord::Fixtures::File
each(&block)public
No documentation available.
# File activerecord/lib/active_record/fixtures/file.rb, line 28
def each(&block)
rows.each(&block)
end