From 1788a7c4a8d5dbe180baf6a306e81afe76282a66 Mon Sep 17 00:00:00 2001 From: Henrik Nyh Date: Wed, 22 Jun 2016 20:12:35 +0100 Subject: [PATCH] Fix :Rextract docs quote style The style was changed in #343. If #458 happens, we can change this again. --- doc/rails.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: >