method
rows
rails latest stable - Class:
ActiveRecord::FixtureSet::File
rows()private
No documentation available.
# File activerecord/lib/active_record/fixture_set/file.rb, line 36
def rows
@rows ||= raw_rows.reject { |fixture_name, _| fixture_name == "_fixture" }
end