提交 6e5419a0 编写于 作者: G Guillermo Iguaran

Adding pluralize_table_names change to CHANGELOG

上级 82857adc
*Rails 3.1.0 (unreleased)*
* AR#pluralize_table_names can be used to singularize/pluralize table name of an individual model:
class User < ActiveRecord::Base
self.pluralize_table_names = false
end
Previously this could only be set globally for all models through ActiveRecord::Base.pluralize_table_names. [Guillermo Iguaran]
* Add block setting of attributes to singular associations:
class User < ActiveRecord::Base
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册