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