Revert "Add example label to active_support/configurable"

This reverts commit 693f770afe.

Reason: to be able to revert f480b2cea6
This commit is contained in:
Xavier Noria
2010-08-14 18:34:32 +02:00
parent 9f9a02af86
commit dd18840b79

View File

@@ -32,6 +32,7 @@ module ActiveSupport
end
# Reads and writes attributes from a configuration <tt>OrderedHash</tt>.
#
# Example:
#
# require 'active_support/configurable'