aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2013-03-14 02:02:56 +0530
committerVipul A M <vipulnsward@gmail.com>2013-03-14 02:02:56 +0530
commite23413bfcae72f52258658e1b5ba1f061467077d (patch)
tree3d70488d700e7c5855190842c837e09b08c73807 /guides/source
parent74c3b7f6f61c1115b7409cb8ce9d6832ef9caa75 (diff)
downloadrails-e23413bfcae72f52258658e1b5ba1f061467077d.tar.gz
rails-e23413bfcae72f52258658e1b5ba1f061467077d.tar.bz2
rails-e23413bfcae72f52258658e1b5ba1f061467077d.zip
fix missing to
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/action_controller_overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_controller_overview.md b/guides/source/action_controller_overview.md
index 7e0a8a43d4..624b93da28 100644
--- a/guides/source/action_controller_overview.md
+++ b/guides/source/action_controller_overview.md
@@ -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: