From a29db738b2e07804b1adf8e3f2b8a5b83b91892d Mon Sep 17 00:00:00 2001
From: Yves Senn <yves.senn@gmail.com>
Date: Wed, 9 Sep 2015 13:41:09 +0200
Subject: remove dead code.

This method is private API and never used. Let's remove it.
---
 activerecord/lib/active_record/migration.rb | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'activerecord/lib')

diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb
index 3b90ab1e31..f087a1eaa6 100644
--- a/activerecord/lib/active_record/migration.rb
+++ b/activerecord/lib/active_record/migration.rb
@@ -955,10 +955,6 @@ module ActiveRecord
         Array(@migrations_paths)
       end
 
-      def migrations_path
-        migrations_paths.first
-      end
-
       def migrations(paths)
         paths = Array(paths)
 
-- 
cgit v1.2.3