diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-10-07 02:06:33 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-10-07 02:07:16 -0300 |
commit | f89ef12eb600bb7620e64216383fcba8d77f5736 (patch) | |
tree | e3f81f3f04141484b7b52cd0c569b83fe5a2140b | |
parent | 3f97ee8014bbadede64f7ea3147b1833fc34e536 (diff) | |
download | rails-f89ef12eb600bb7620e64216383fcba8d77f5736.tar.gz rails-f89ef12eb600bb7620e64216383fcba8d77f5736.tar.bz2 rails-f89ef12eb600bb7620e64216383fcba8d77f5736.zip |
Remove unneeded attr_reader
-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 3c2210aaf9..9826aecb54 100644 --- a/railties/lib/rails/paths.rb +++ b/railties/lib/rails/paths.rb @@ -115,7 +115,6 @@ module Rails class Path include Enumerable - attr_reader :path attr_accessor :glob def initialize(root, current, paths, options = {}) |