instance method
yaml_file_path
Ruby on Rails 6.0.6
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 693
def yaml_file_path(path)
"#{path}.yml"
end
Defined in activerecord/lib/active_record/fixtures.rb line 693
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::FixtureSet