aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorJosep M. Bach <josep.m.bach@gmail.com>2010-08-14 17:19:04 +0200
committerXavier Noria <fxn@hashref.com>2010-08-15 02:22:38 +0200
commite8ef58a697c4af99a7db44267cf6d975fb5d6091 (patch)
treea04108e097128b6f93c42c3d0d6a8f0e343f1980 /activesupport/lib
parent664afe37dd254199346b837286395325cf046188 (diff)
downloadrails-e8ef58a697c4af99a7db44267cf6d975fb5d6091.tar.gz
rails-e8ef58a697c4af99a7db44267cf6d975fb5d6091.tar.bz2
rails-e8ef58a697c4af99a7db44267cf6d975fb5d6091.zip
Add example label to active_support/configurable
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/configurable.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/configurable.rb b/activesupport/lib/active_support/configurable.rb
index 3bfbd7f7d6..61c4b1be02 100644
--- a/activesupport/lib/active_support/configurable.rb
+++ b/activesupport/lib/active_support/configurable.rb
@@ -32,7 +32,6 @@ module ActiveSupport
end
# Reads and writes attributes from a configuration <tt>OrderedHash</tt>.
- #
# Example:
#
# require 'active_support/configurable'