method
each
v4.1.8 -
Show latest stable
- Class:
ActiveRecord::FixtureSet
each(&block)public
No documentation available.
# File activerecord/lib/active_record/fixtures.rb, line 597
def each(&block)
fixtures.each(&block)
end