aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorMarion Bouguet <oiorain@users.noreply.github.com>2017-04-20 16:20:00 +0900
committerGitHub <noreply@github.com>2017-04-20 16:20:00 +0900
commitba2e9e0911a8ee91ce736578c03c8a7e1137d80a (patch)
treed37cce134309c80975ca0536b4db846079c58a14 /activesupport
parent5816c2028863096b5c41cc463256933b4437f5a9 (diff)
downloadrails-ba2e9e0911a8ee91ce736578c03c8a7e1137d80a.tar.gz
rails-ba2e9e0911a8ee91ce736578c03c8a7e1137d80a.tar.bz2
rails-ba2e9e0911a8ee91ce736578c03c8a7e1137d80a.zip
Remove outdated comment
Since 3aee9126aa6309538ee64064dcabcd34d7cc7d26, this class hasn't inherited from Array.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/callbacks.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/callbacks.rb b/activesupport/lib/active_support/callbacks.rb
index ea71569ca8..d771cab68b 100644
--- a/activesupport/lib/active_support/callbacks.rb
+++ b/activesupport/lib/active_support/callbacks.rb
@@ -512,7 +512,6 @@ module ActiveSupport
end
end
- # An Array with a compile method.
class CallbackChain #:nodoc:#
include Enumerable