提交 52a78738 编写于 作者: M Max Katz

Add missing information regarding callbacks

上级 2d9b9fb5
......@@ -90,7 +90,7 @@ The primary operation of `Model.find(options)` can be summarized as:
* Convert the supplied options to an equivalent SQL query.
* Fire the SQL query and retrieve the corresponding results from the database.
* Instantiate the equivalent Ruby object of the appropriate model for every resulting row.
* Run `after_find` callbacks, if any.
* Run `after_find` and then `after_initialize` callbacks, if any.
### Retrieving a Single Object
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册