Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/concepts/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ end
* All hooks have `only/except` options, e.g. `before_attributes only:
[:update]`
* Most hooks can be called with an in-line block, or by passing a method
name (e.g. `before_attriubtes :do_something`). The exception is
name (e.g. `before_attributes :do_something`). The exception is
`around_*` hooks, which *must* be called with a method name.

When persisting multiple objects at once, we'll open a database
Expand Down