Merge pull request #11806 from jetthoughts/change_model_term_by_simple_word

Remove using of suffix with term. [ci skip]
This commit is contained in:
Carlos Antonio da Silva 2013-08-08 04:46:06 -07:00
commit 7fa93ceea8

@ -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)