instance method
yaml_file_path
Ruby on Rails 5.2.8.1
Since v4.0.13 Last seen in v7.0.10 PrivateSignature
yaml_file_path(path)
No documentation comment.
Parameters
-
pathreq
Source
# File activerecord/lib/active_record/fixtures.rb, line 808
def yaml_file_path(path)
"#{path}.yml"
end
Defined in activerecord/lib/active_record/fixtures.rb line 808
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::FixtureSet