aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorJosep M. Bach <josep.m.bach@gmail.com>2010-08-14 17:15:03 +0200
committerJosep M. Bach <josep.m.bach@gmail.com>2010-08-14 17:15:03 +0200
commitf480b2cea69247239f6fc2ad171b231595cc08c6 (patch)
treecf9421e9cba7124d33a5a4623eb0c1421a773113 /activesupport/lib/active_support
parent25145d6f5f173dbba2945ab2b4fffa5a67785bb5 (diff)
downloadrails-f480b2cea69247239f6fc2ad171b231595cc08c6.tar.gz
rails-f480b2cea69247239f6fc2ad171b231595cc08c6.tar.bz2
rails-f480b2cea69247239f6fc2ad171b231595cc08c6.zip
Add example label to activesupport/configurable
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/configurable.rb2
1 files changed, 2 insertions, 0 deletions
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 <tt>OrderedHash</tt>.
#
+ # Example:
+ #
# require 'active_support/configurable'
#
# class User