diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2012-05-17 20:32:33 +1000 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2012-05-17 20:32:33 +1000 |
commit | 39b3a10253439483b53c1665a72e0526fcf7551f (patch) | |
tree | 725a87bd24540b2e71ec20fec6757ad8f47e31bf /guides | |
parent | 9540747747c22b8b4812abf8f8cc1abcfca9d0a2 (diff) | |
download | rails-39b3a10253439483b53c1665a72e0526fcf7551f.tar.gz rails-39b3a10253439483b53c1665a72e0526fcf7551f.tar.bz2 rails-39b3a10253439483b53c1665a72e0526fcf7551f.zip |
[getting started] add comma in 'First we will make a comment partial'
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 1bf437f411..2768d782b4 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -1475,7 +1475,7 @@ use partials to clean it up. h4. Rendering Partial Collections -First we will make a comment partial to extract showing all the comments for the +First, we will make a comment partial to extract showing all the comments for the post. Create the file +app/views/comments/_comment.html.erb+ and put the following into it: |