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