diff options
author | Josep M. Bach <josep.m.bach@gmail.com> | 2010-08-14 17:15:03 +0200 |
---|---|---|
committer | Josep M. Bach <josep.m.bach@gmail.com> | 2010-08-14 17:15:03 +0200 |
commit | f480b2cea69247239f6fc2ad171b231595cc08c6 (patch) | |
tree | cf9421e9cba7124d33a5a4623eb0c1421a773113 /activesupport/lib/active_support | |
parent | 25145d6f5f173dbba2945ab2b4fffa5a67785bb5 (diff) | |
download | rails-f480b2cea69247239f6fc2ad171b231595cc08c6.tar.gz rails-f480b2cea69247239f6fc2ad171b231595cc08c6.tar.bz2 rails-f480b2cea69247239f6fc2ad171b231595cc08c6.zip |
Add example label to activesupport/configurable
Diffstat (limited to 'activesupport/lib/active_support')
-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 |