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