From 664afe37dd254199346b837286395325cf046188 Mon Sep 17 00:00:00 2001 From: "Josep M. Bach" Date: Sat, 14 Aug 2010 17:15:03 +0200 Subject: Add example label to activesupport/configurable --- activesupport/lib/active_support/configurable.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/configurable.rb b/activesupport/lib/active_support/configurable.rb index 5b85f9394a..3bfbd7f7d6 100644 --- a/activesupport/lib/active_support/configurable.rb +++ b/activesupport/lib/active_support/configurable.rb @@ -33,6 +33,8 @@ module ActiveSupport # Reads and writes attributes from a configuration OrderedHash. # + # Example: + # # require 'active_support/configurable' # # class User -- cgit v1.2.3