diff options
author | Xavier Noria <fxn@hashref.com> | 2010-08-14 18:34:32 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-08-15 02:22:38 +0200 |
commit | dd18840b7960cf337e316d9d3afadfa00a3725f1 (patch) | |
tree | 5a3a299ebd55f14ff71c8e7937dc2d431be98816 | |
parent | 9f9a02af86dee5372aae2bd84a5220245bee8706 (diff) | |
download | rails-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
-rw-r--r-- | activesupport/lib/active_support/configurable.rb | 1 |
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' |