aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorYauheni Dakuka <yauheni.dakuka@gmail.com>2017-09-19 00:02:47 +0300
committerYauheni Dakuka <yauheni.dakuka@gmail.com>2017-09-19 11:42:19 +0300
commitfe15175039780e689b5ddc9fffeb0a559432cc3b (patch)
tree4bc7bd9caa9218f721a65f9ebb8f41c834700a9f /guides/source/getting_started.md
parent42d09f6b49da619952267b22bd8800d9b816886b (diff)
downloadrails-fe15175039780e689b5ddc9fffeb0a559432cc3b.tar.gz
rails-fe15175039780e689b5ddc9fffeb0a559432cc3b.tar.bz2
rails-fe15175039780e689b5ddc9fffeb0a559432cc3b.zip
Update action_controller_overview.md [ci skip]
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 7c7b3a4c01..70a945ad9e 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -594,7 +594,7 @@ familiar error:
You now need to create the `create` action within the `ArticlesController` for
this to work.
-NOTE: by default `form_with` submits forms using Ajax thereby skipping full page
+NOTE: By default `form_with` submits forms using Ajax thereby skipping full page
redirects. To make this guide easier to get into we've disabled that with
`local: true` for now.