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