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:
parent
ef554156c4
commit
ee31847a5a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue