diff options
author | Josep M. Bach <josep.m.bach@gmail.com> | 2010-08-14 17:15:03 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-08-15 02:22:38 +0200 |
commit | 664afe37dd254199346b837286395325cf046188 (patch) | |
tree | 51b753ecb07b40316e018ea0f41a82d4f96bc970 /activesupport | |
parent | 21bbcfe42cf163f532beff1f7a8ceb5e12f2907b (diff) | |
download | rails-664afe37dd254199346b837286395325cf046188.tar.gz rails-664afe37dd254199346b837286395325cf046188.tar.bz2 rails-664afe37dd254199346b837286395325cf046188.zip |
Add example label to activesupport/configurable
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/configurable.rb | 2 |
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 |