From 0cb3bdb66e87981c1094edecfce9182ae8aeb240 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Tue, 19 Aug 2014 21:42:51 +0530 Subject: minor copy editing [ci skip] --- guides/source/generators.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'guides/source/generators.md') diff --git a/guides/source/generators.md b/guides/source/generators.md index 2349908979..2b39ea66d8 100644 --- a/guides/source/generators.md +++ b/guides/source/generators.md @@ -341,9 +341,7 @@ end If you generate another resource, you can see that we get exactly the same result! This is useful if you want to customize your scaffold templates and/or layout by just creating `edit.html.erb`, `index.html.erb` and so on inside `lib/templates/erb/scaffold`. -Many scaffold templates in Rails are written in ERB tags which needs to be escaped, so that the output is a valid ERB code, that can be used correctly in Rails app. - -The following code in one of the generator file, +Many scaffold templates in Rails are written in ERB tags which need to be escaped, so that the output is valid ERB code. For example, ```ruby <%%= stylesheet_include_tag :application %> -- cgit v1.2.3