Skip to content

Commit

Permalink
Merge pull request #11806 from jetthoughts/change_model_term_by_simpl…
Browse files Browse the repository at this point in the history
…e_word

Remove using of suffix with term. [ci skip]
  • Loading branch information
carlosantoniodasilva committed Aug 8, 2013
2 parents 4d8f234 + 5602eeb commit 7fa93ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/getting_started.md
Expand Up @@ -641,7 +641,7 @@ private
```

See the `permit`? It allows us to accept both `title` and `text` in this
action. With this change, you should finally be able to create new `Post`s.
action. With this change, you should finally be able to create new posts.
Visit <http://localhost:3000/posts/new> and give it a try!

![Show action for posts](images/getting_started/show_action_for_posts.png)
Expand Down

0 comments on commit 7fa93ce

Please sign in to comment.