instance method
yaml_fixtures_key
Ruby on Rails 3.1.12
Since v3.1.12 Last seen in v3.1.12 PrivateSignature
yaml_fixtures_key(path)
No documentation comment.
Parameters
-
pathreq
Source
# File activerecord/lib/active_record/fixtures.rb, line 704
def yaml_fixtures_key(path)
File.basename(@fixture_path).split(".").first
end
Defined in activerecord/lib/active_record/fixtures.rb line 704
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Fixtures