aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2017-04-20 11:23:34 +0200
committerGitHub <noreply@github.com>2017-04-20 11:23:34 +0200
commitf53a5f662ae8af4753b6360afa53fb606aa4639d (patch)
treed37cce134309c80975ca0536b4db846079c58a14 /activesupport
parent5816c2028863096b5c41cc463256933b4437f5a9 (diff)
parentba2e9e0911a8ee91ce736578c03c8a7e1137d80a (diff)
downloadrails-f53a5f662ae8af4753b6360afa53fb606aa4639d.tar.gz
rails-f53a5f662ae8af4753b6360afa53fb606aa4639d.tar.bz2
rails-f53a5f662ae8af4753b6360afa53fb606aa4639d.zip
Merge pull request #28807 from oiorain/oiorain-callbackChain-comment
Remove outdated comment
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