aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-10-29 11:03:29 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-10-29 11:03:29 -0200
commit633f2cd1b80e2c69e4dfaa159d8f4ccba1b670dc (patch)
tree094e1a91fb5c13d52e83db7da8023ca9cafa3363 /railties/lib
parenta53e46406ea409c2d652a24ff5ecf096e293c8c9 (diff)
downloadrails-633f2cd1b80e2c69e4dfaa159d8f4ccba1b670dc.tar.gz
rails-633f2cd1b80e2c69e4dfaa159d8f4ccba1b670dc.tar.bz2
rails-633f2cd1b80e2c69e4dfaa159d8f4ccba1b670dc.zip
Revert "Deprecate Paths::Path#children which is unused now"
This reverts commit f7de647f2cd099ecf6434fa4a0db1ec297f1c32d. We can't deprecate things in stable branches. I didn't not realized that the pull request was for 3-2-stable
Diffstat (limited to 'railties/lib')
-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 c24940816d..17eba4c69c 100644
--- a/railties/lib/rails/paths.rb
+++ b/railties/lib/rails/paths.rb
@@ -124,7 +124,6 @@ module Rails
keys.delete(@current)
@root.values_at(*keys.sort)
end
- deprecate :children
def first
expanded.first