aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/configurable.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-14 18:34:32 +0200
committerXavier Noria <fxn@hashref.com>2010-08-15 02:22:38 +0200
commitdd18840b7960cf337e316d9d3afadfa00a3725f1 (patch)
tree5a3a299ebd55f14ff71c8e7937dc2d431be98816 /activesupport/lib/active_support/configurable.rb
parent9f9a02af86dee5372aae2bd84a5220245bee8706 (diff)
downloadrails-dd18840b7960cf337e316d9d3afadfa00a3725f1.tar.gz
rails-dd18840b7960cf337e316d9d3afadfa00a3725f1.tar.bz2
rails-dd18840b7960cf337e316d9d3afadfa00a3725f1.zip
Revert "Add example label to active_support/configurable"
This reverts commit 693f770afe0e14fc1b4658ef51910d993e67dd07. Reason: to be able to revert f480b2cea69247239f6fc2ad171b231595cc08c6
Diffstat (limited to 'activesupport/lib/active_support/configurable.rb')
-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'