diff options
author | Xavier Noria <fxn@hashref.com> | 2010-08-14 18:35:01 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-08-14 18:35:01 +0200 |
commit | 0d5a060710de0642d5e1538cd6a2de6a24bc77e0 (patch) | |
tree | 7a0780eed099bad80758fab15617e67e1e5049ed | |
parent | f725ae3fef6cd4706f263cfc4be9a6869149c4c9 (diff) | |
download | rails-0d5a060710de0642d5e1538cd6a2de6a24bc77e0.tar.gz rails-0d5a060710de0642d5e1538cd6a2de6a24bc77e0.tar.bz2 rails-0d5a060710de0642d5e1538cd6a2de6a24bc77e0.zip |
Revert "Add example label to activesupport/configurable"
This reverts commit f480b2cea69247239f6fc2ad171b231595cc08c6.
Reason: API guidelines discourage this, see http://edgeguides.rubyonrails.org/api_documentation_guidelines.html#example-code
-rw-r--r-- | activesupport/lib/active_support/configurable.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/configurable.rb b/activesupport/lib/active_support/configurable.rb index 3bfbd7f7d6..5b85f9394a 100644 --- a/activesupport/lib/active_support/configurable.rb +++ b/activesupport/lib/active_support/configurable.rb @@ -33,8 +33,6 @@ module ActiveSupport # Reads and writes attributes from a configuration <tt>OrderedHash</tt>. # - # Example: - # # require 'active_support/configurable' # # class User |