aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2016-11-30 20:59:08 +1030
committerGitHub <noreply@github.com>2016-11-30 20:59:08 +1030
commit160387bca473c888653849b96e0ef54eb4efe7c9 (patch)
treec48c5786515111fcb6cd8bcad3f1ec046a89b571 /railties
parent539211fbe1ae73e4e70c0d0717c913bb225f25c3 (diff)
parentd749bda7668041eff65f27f8395b62545216872f (diff)
downloadrails-160387bca473c888653849b96e0ef54eb4efe7c9.tar.gz
rails-160387bca473c888653849b96e0ef54eb4efe7c9.tar.bz2
rails-160387bca473c888653849b96e0ef54eb4efe7c9.zip
Merge pull request #27221 from phoet/current_is_not_used
removed `@current` as it is not used
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/paths.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/rails/paths.rb b/railties/lib/rails/paths.rb
index 1c1810dde6..10925de8b2 100644
--- a/railties/lib/rails/paths.rb
+++ b/railties/lib/rails/paths.rb
@@ -45,7 +45,6 @@ module Rails
attr_accessor :path
def initialize(path)
- @current = nil
@path = path
@root = {}
end