aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/configurable.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-14 18:35:01 +0200
committerXavier Noria <fxn@hashref.com>2010-08-15 02:22:38 +0200
commit3ba61ecb7f71ec37d6f6adc0c4806ab9e65b2c58 (patch)
treedd5cbfd9d8376c58681d7a8a85cc33c594dfb081 /activesupport/lib/active_support/configurable.rb
parentdd18840b7960cf337e316d9d3afadfa00a3725f1 (diff)
downloadrails-3ba61ecb7f71ec37d6f6adc0c4806ab9e65b2c58.tar.gz
rails-3ba61ecb7f71ec37d6f6adc0c4806ab9e65b2c58.tar.bz2
rails-3ba61ecb7f71ec37d6f6adc0c4806ab9e65b2c58.zip
Revert "Add example label to activesupport/configurable"
This reverts commit f480b2cea69247239f6fc2ad171b231595cc08c6. Reason: API guidelines discourage this, see http://edgeguides.rubyonrails.org/api_documentation_guidelines.html#example-code
Diffstat (limited to 'activesupport/lib/active_support/configurable.rb')
-rw-r--r--activesupport/lib/active_support/configurable.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/configurable.rb b/activesupport/lib/active_support/configurable.rb
index 3bfbd7f7d6..5b85f9394a 100644
--- a/activesupport/lib/active_support/configurable.rb
+++ b/activesupport/lib/active_support/configurable.rb
@@ -33,8 +33,6 @@ module ActiveSupport
# Reads and writes attributes from a configuration <tt>OrderedHash</tt>.
#
- # Example:
- #
# require 'active_support/configurable'
#
# class User