From 5ecd14c5f16533d09c01007bf5d70f70a59c30e3 Mon Sep 17 00:00:00 2001 From: Alexey Muranov Date: Fri, 11 May 2012 11:35:19 +0200 Subject: [PATCH] Remove unused private method yaml_fixtures_key --- activerecord/lib/active_record/fixtures.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/activerecord/lib/active_record/fixtures.rb b/activerecord/lib/active_record/fixtures.rb index 296639f35ac3c..7a5634f225cb6 100644 --- a/activerecord/lib/active_record/fixtures.rb +++ b/activerecord/lib/active_record/fixtures.rb @@ -678,9 +678,6 @@ def yaml_file_path "#{@fixture_path}.yml" end - def yaml_fixtures_key(path) - ::File.basename(@fixture_path).split(".").first - end end class Fixture #:nodoc: