aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2015-06-24 00:26:32 +0900
committeryui-knk <spiketeika@gmail.com>2015-06-24 00:26:32 +0900
commit0ad43eb70dc10de8d4fa253e87d0c0c0c93fb74e (patch)
tree53310d51e2df42f3a68b62764f0ff94e254c393d /guides
parentf6797a7683e5367046217fa85900f0288a504f84 (diff)
downloadrails-0ad43eb70dc10de8d4fa253e87d0c0c0c93fb74e.tar.gz
rails-0ad43eb70dc10de8d4fa253e87d0c0c0c93fb74e.tar.bz2
rails-0ad43eb70dc10de8d4fa253e87d0c0c0c93fb74e.zip
[ci skip] Fix hash key to symbol
Diffstat (limited to 'guides')
-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 79d4393f32..193246cbca 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -619,7 +619,7 @@ def create
end
```
-The `render` method here is taking a very simple hash with a key of `plain` and
+The `render` method here is taking a very simple hash with a key of `:plain` and
value of `params[:article].inspect`. The `params` method is the object which
represents the parameters (or fields) coming in from the form. The `params`
method returns an `ActiveSupport::HashWithIndifferentAccess` object, which