1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add example label to activesupport/configurable

This commit is contained in:
Josep M. Bach 2010-08-14 17:15:03 +02:00
parent 25145d6f5f
commit f480b2cea6

View file

@ -33,6 +33,8 @@ module ActiveSupport
# Reads and writes attributes from a configuration <tt>OrderedHash</tt>.
#
# Example:
#
# require 'active_support/configurable'
#
# class User