method
each
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::Fixture
each(&block)public
No documentation available.
# File activerecord/lib/active_record/fixtures.rb, line 822
def each(&block)
fixture.each(&block)
end