1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove unused private method in fixtures.rb

Remove the unused private method ActiveRecord::Fixtures#yaml_fixtures_key(path).
This commit is contained in:
Alexey Muranov 2012-01-01 18:53:16 +01:00
parent af44c2ba4a
commit caeca1f69b

View file

@ -651,9 +651,6 @@ module ActiveRecord
"#{@fixture_path}.yml"
end
def yaml_fixtures_key(path)
::File.basename(@fixture_path).split(".").first
end
end
class Fixture #:nodoc: