There's no documentation for this item.
# File active_record/fixtures.rb, line 685 def read_fixture_files if File.file?(yaml_file_path) read_yaml_fixture_files elsif File.file?(csv_file_path) read_csv_fixture_files end end
<code/>
<pre/>
<code/>and<pre/>for code samples.