提交 aa9ed408 编写于 作者: M Marcel Molina

Fix typo in documentation for polymorphic associations w/STI. Closes #7461 [johnjosephbachir]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8305 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 632ab246
*SVN*
* Fix typo in documentation for polymorphic associations w/STI. Closes #7461 [johnjosephbachir]
* Reveal that the type option in migrations can be any supported column type for your database but also include caveat about agnosticism. Closes #7531 [adamwiggins, mikong]
* More complete documentation for find_by_sql. Closes #7912 [fearoffish]
......
......@@ -415,10 +415,10 @@ def clear_association_cache #:nodoc:
# has_many :assets, :as => :attachable, :dependent => :destroy
# end
#
# class GuestPost < ActiveRecord::Base
# class GuestPost < Post
# end
#
# class MemberPost < ActiveRecord::Base
# class MemberPost < Post
# end
#
# == Caching
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册