diff --git a/doc/rails.txt b/doc/rails.txt index 59b5a7ca..9c5e2ced 100644 --- a/doc/rails.txt +++ b/doc/rails.txt @@ -503,7 +503,7 @@ And you issue this command: > Your file will change to this: > 1
- 2 <%= render 'post' %> + 2 <%= render "post" %> 3
And app/views/blog/_post.html.erb will now contain: >