From f725ae3fef6cd4706f263cfc4be9a6869149c4c9 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 14 Aug 2010 18:34:32 +0200 Subject: Revert "Add example label to active_support/configurable" This reverts commit 693f770afe0e14fc1b4658ef51910d993e67dd07. Reason: to be able to revert f480b2cea69247239f6fc2ad171b231595cc08c6 --- activesupport/lib/active_support/configurable.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport') 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 OrderedHash. + # # Example: # # require 'active_support/configurable' -- cgit v1.2.3