diff options
author | Paul Nikitochkin <paul.nikitochkin@gmail.com> | 2013-08-08 14:04:08 +0300 |
---|---|---|
committer | Paul Nikitochkin <paul.nikitochkin@gmail.com> | 2013-08-08 14:04:14 +0300 |
commit | 5602eebc639c26a0ded2badac4fa339bc8b396a8 (patch) | |
tree | e89f655b8fc2a3ef0363ee665c83b3a33af52529 /guides/source | |
parent | 4d8f23489e969ed3d61357b543b7a5607e57449e (diff) | |
download | rails-5602eebc639c26a0ded2badac4fa339bc8b396a8.tar.gz rails-5602eebc639c26a0ded2badac4fa339bc8b396a8.tar.bz2 rails-5602eebc639c26a0ded2badac4fa339bc8b396a8.zip |
Remove using of suffix with term. [ci skip]
Diffstat (limited to 'guides/source')
-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) |