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