aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJosep M. Bach <josep.m.bach@gmail.com>2010-08-14 17:19:04 +0200
committerJosep M. Bach <josep.m.bach@gmail.com>2010-08-14 17:19:04 +0200
commit693f770afe0e14fc1b4658ef51910d993e67dd07 (patch)
treee03e95c81fb7a7b716432c4877c7c6aa8bf8e275 /activesupport
parenta83fcc11345e28665ce3931f4caaaf72f282a5a3 (diff)
downloadrails-693f770afe0e14fc1b4658ef51910d993e67dd07.tar.gz
rails-693f770afe0e14fc1b4658ef51910d993e67dd07.tar.bz2
rails-693f770afe0e14fc1b4658ef51910d993e67dd07.zip
Add example label to active_support/configurable
Diffstat (limited to 'activesupport')
-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'