From ad3d333321d2cfdac87600f6440bc69b0945f37c Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Sat, 8 Jun 2013 16:05:43 +0800 Subject: =?UTF-8?q?=E2=80=99=20->=20'=20[ci=20skip]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 69ee93925a..e26ebae0fb 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -551,7 +551,7 @@ database columns. In the first line we do just that (remember that Finally, we redirect the user to the `show` action, which we'll define later. -TIP: Note that `def post_params` is private. This new approach prevents an attacker from setting the model’s attributes by manipulating the hash passed to the model. For more information, refer to [this blog post about Strong Parameters](http://weblog.rubyonrails.org/2012/3/21/strong-parameters/). +TIP: Note that `def post_params` is private. This new approach prevents an attacker from setting the model's attributes by manipulating the hash passed to the model. For more information, refer to [this blog post about Strong Parameters](http://weblog.rubyonrails.org/2012/3/21/strong-parameters/). TIP: As we'll see later, `@post.save` returns a boolean indicating whether the model was saved or not. -- cgit v1.2.3