aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorJoost Baaij <joost@spacebabies.nl>2010-08-26 21:31:32 +0200
committerJoost Baaij <joost@spacebabies.nl>2010-08-26 21:31:32 +0200
commit80ae74dea7c4f91ec47935409f666ae8a9c094a8 (patch)
tree08864d7d8264710021e8e6a9bf9ae4e0be4789a1 /activesupport/lib
parenta88fb2fd1b2521c3bed02d97805ae7a83eb975df (diff)
downloadrails-80ae74dea7c4f91ec47935409f666ae8a9c094a8.tar.gz
rails-80ae74dea7c4f91ec47935409f666ae8a9c094a8.tar.bz2
rails-80ae74dea7c4f91ec47935409f666ae8a9c094a8.zip
Prevent any warnings from being printed during RDoc generation
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/deprecation/proxy_wrappers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/deprecation/proxy_wrappers.rb b/activesupport/lib/active_support/deprecation/proxy_wrappers.rb
index deb33ab702..970536a594 100644
--- a/activesupport/lib/active_support/deprecation/proxy_wrappers.rb
+++ b/activesupport/lib/active_support/deprecation/proxy_wrappers.rb
@@ -58,7 +58,7 @@ module ActiveSupport
end
end
- class DeprecatedConstantProxy < DeprecationProxy #:nodoc:
+ class DeprecatedConstantProxy < DeprecationProxy #:nodoc:all
def initialize(old_const, new_const)
@old_const = old_const
@new_const = new_const