Skip to content

Commit

Permalink
fix missing to
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Mar 13, 2013
1 parent 74c3b7f commit e23413b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/action_controller_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ root-key because normally it does not exist when calling `new`:
params.fetch(:blog, {}).permit(:title, :author)
```

`accepts_nested_attributes_for` allows you update and destroy the
`accepts_nested_attributes_for` allows you to update and destroy
associated records. This is based on the `id` and `_destroy`
parameters:

Expand Down

0 comments on commit e23413b

Please sign in to comment.