Skip to content

Commit

Permalink
Add example label to activesupport/configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Bach authored and fxn committed Aug 15, 2010
1 parent 21bbcfe commit 664afe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activesupport/lib/active_support/configurable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def #{name}=(value); config.#{name} = value; end

# Reads and writes attributes from a configuration <tt>OrderedHash</tt>.
#
# Example:
#
# require 'active_support/configurable'
#
# class User
Expand Down

0 comments on commit 664afe3

Please sign in to comment.