mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix serialization :include option name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user