提交 15d475a6 编写于 作者: S Steve Klabnik

Remove readonly notice.

You need to have @implicit_readonly set for this to happen,
and it's false by defualt.

Fixes #3386.
上级 a200ebd8
......@@ -546,8 +546,6 @@ By default, `Model.find` selects all the fields from the result set using `selec
To select only a subset of fields from the result set, you can specify the subset via the `select` method.
NOTE: If the `select` method is used, all the returning objects will be [read only](#readonly-objects).
For example, to select only `viewable_by` and `locked` columns:
```ruby
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册