Add example label to active_support/configurable

This commit is contained in:
Josep M. Bach
2010-08-14 17:19:04 +02:00
committed by Xavier Noria
parent 664afe37dd
commit e8ef58a697

View File

@@ -32,7 +32,6 @@ module ActiveSupport
end
# Reads and writes attributes from a configuration <tt>OrderedHash</tt>.
#
# Example:
#
# require 'active_support/configurable'