fix missing to

This commit is contained in:
Vipul A M 2013-03-14 02:02:56 +05:30
parent 74c3b7f6f6
commit e23413bfca
1 changed files with 1 additions and 1 deletions

View File

@ -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: