method
yaml_file_path
v4.1.8 -
Show latest stable
- Class:
ActiveRecord::FixtureSet
yaml_file_path(path)private
No documentation available.
# File activerecord/lib/active_record/fixtures.rb, line 749
def yaml_file_path(path)
"#{path}.yml"
end