aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/configurable.rb
diff options
context:
space:
mode:
authorJosep M. Bach <josep.m.bach@gmail.com>2010-08-14 17:15:03 +0200
committerXavier Noria <fxn@hashref.com>2010-08-15 02:22:38 +0200
commit664afe37dd254199346b837286395325cf046188 (patch)
tree51b753ecb07b40316e018ea0f41a82d4f96bc970 /activesupport/lib/active_support/configurable.rb
parent21bbcfe42cf163f532beff1f7a8ceb5e12f2907b (diff)
downloadrails-664afe37dd254199346b837286395325cf046188.tar.gz
rails-664afe37dd254199346b837286395325cf046188.tar.bz2
rails-664afe37dd254199346b837286395325cf046188.zip
Add example label to activesupport/configurable
Diffstat (limited to 'activesupport/lib/active_support/configurable.rb')
-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