Fix comment.

This commit is contained in:
Justin Brown 2012-02-14 15:39:46 -05:00
parent ad14384090
commit 19c0b35473

View File

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