Merge pull request #41 from jbrown/fix_comment

Fix comment.
This commit is contained in:
José Valim 2012-02-14 12:46:32 -08:00
commit 2f6d1e26ed

View File

@ -293,7 +293,7 @@ module ActiveModel
# { :name => :string, :age => :integer }
#
# The +associations+ hash looks like this:
{ :posts => { :has_many => :posts } }
# { :posts => { :has_many => :posts } }
#
# If :key is used:
#