aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/generators.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2010-12-19 17:57:20 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2010-12-19 17:57:20 +0530
commit6b65cd57ca20381e7d0f169d7b8cfd7db10e6efb (patch)
treeff2354a8e0dfd7b8ce11bedd3a02c147ab99ea23 /railties/guides/source/generators.textile
parentaebbbc78cceff32282d17068525a76acda71928b (diff)
downloadrails-6b65cd57ca20381e7d0f169d7b8cfd7db10e6efb.tar.gz
rails-6b65cd57ca20381e7d0f169d7b8cfd7db10e6efb.tar.bz2
rails-6b65cd57ca20381e7d0f169d7b8cfd7db10e6efb.zip
deleting trailing whitespaces
Diffstat (limited to 'railties/guides/source/generators.textile')
-rw-r--r--railties/guides/source/generators.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/generators.textile b/railties/guides/source/generators.textile
index 6945f6f9bb..f21984e754 100644
--- a/railties/guides/source/generators.textile
+++ b/railties/guides/source/generators.textile
@@ -403,7 +403,7 @@ Whilst the final section of this guide doesn't cover how to generate the most aw
h3. Generator methods
-The following are methods available for both generators and templates for Rails.
+The following are methods available for both generators and templates for Rails.
NOTE: Methods provided by Thor are not covered this guide and can be found in "Thor's documentation":http://rdoc.info/github/wycats/thor/master/Thor/Actions.html
@@ -546,7 +546,7 @@ This method also takes a block:
%Q{
task :rock => :environment do
puts "Rockin'"
- end
+ end
}
end
</ruby>