diff options
author | Matthew Draper <matthew@trebex.net> | 2016-11-30 20:59:08 +1030 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-30 20:59:08 +1030 |
commit | 160387bca473c888653849b96e0ef54eb4efe7c9 (patch) | |
tree | c48c5786515111fcb6cd8bcad3f1ec046a89b571 /railties/lib | |
parent | 539211fbe1ae73e4e70c0d0717c913bb225f25c3 (diff) | |
parent | d749bda7668041eff65f27f8395b62545216872f (diff) | |
download | rails-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/lib')
-rw-r--r-- | railties/lib/rails/paths.rb | 1 |
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 |