diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-08-08 04:46:06 -0700 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-08-08 04:46:06 -0700 |
commit | 7fa93ceea814d2692958f6850a35ac2d42b184b5 (patch) | |
tree | e89f655b8fc2a3ef0363ee665c83b3a33af52529 /guides | |
parent | 4d8f23489e969ed3d61357b543b7a5607e57449e (diff) | |
parent | 5602eebc639c26a0ded2badac4fa339bc8b396a8 (diff) | |
download | rails-7fa93ceea814d2692958f6850a35ac2d42b184b5.tar.gz rails-7fa93ceea814d2692958f6850a35ac2d42b184b5.tar.bz2 rails-7fa93ceea814d2692958f6850a35ac2d42b184b5.zip |
Merge pull request #11806 from jetthoughts/change_model_term_by_simple_word
Remove using of suffix with term. [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index acfbf24f12..784a61adc1 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -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) |