1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix serialization :include option name

This commit is contained in:
Evgeniy Dolzhenko 2010-10-01 14:26:17 +04:00
parent ef554156c4
commit ee31847a5a

View file

@ -22,7 +22,7 @@ module ActiveRecord #:nodoc:
end
private
# Add associations specified via the <tt>:includes</tt> option.
# Add associations specified via the <tt>:include</tt> option.
#
# Expects a block that takes as arguments:
# +association+ - name of the association