aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-14 18:34:32 +0200
committerXavier Noria <fxn@hashref.com>2010-08-14 18:34:32 +0200
commitf725ae3fef6cd4706f263cfc4be9a6869149c4c9 (patch)
tree5f67db3feadb2220b946f9731e5e30c2f07d0222 /activesupport
parent68e1b72f7a7ac88a0f0287d856d36f1d317ed8f3 (diff)
downloadrails-f725ae3fef6cd4706f263cfc4be9a6869149c4c9.tar.gz
rails-f725ae3fef6cd4706f263cfc4be9a6869149c4c9.tar.bz2
rails-f725ae3fef6cd4706f263cfc4be9a6869149c4c9.zip
Revert "Add example label to active_support/configurable"
This reverts commit 693f770afe0e14fc1b4658ef51910d993e67dd07. Reason: to be able to revert f480b2cea69247239f6fc2ad171b231595cc08c6
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/configurable.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/configurable.rb b/activesupport/lib/active_support/configurable.rb
index 61c4b1be02..3bfbd7f7d6 100644
--- a/activesupport/lib/active_support/configurable.rb
+++ b/activesupport/lib/active_support/configurable.rb
@@ -32,6 +32,7 @@ module ActiveSupport
end
# Reads and writes attributes from a configuration <tt>OrderedHash</tt>.
+ #
# Example:
#
# require 'active_support/configurable'