From 991b8839576d52682b535cf19cc2d3e5896b7803 Mon Sep 17 00:00:00 2001 From: Agis Anastasopoulos Date: Fri, 16 Nov 2012 12:35:48 +0200 Subject: [PATCH] Add link to the Application Templates guide --- guides/source/generators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/generators.md b/guides/source/generators.md index 6226e73f1a..adfca9b4a4 100644 --- a/guides/source/generators.md +++ b/guides/source/generators.md @@ -376,7 +376,7 @@ Fallbacks allow your generators to have a single responsibility, increasing code Application Templates --------------------- -Now that you've seen how generators can be used _inside_ an application, did you know they can also be used to _generate_ applications too? This kind of generator is referred as a "template". +Now that you've seen how generators can be used _inside_ an application, did you know they can also be used to _generate_ applications too? This kind of generator is referred as a "template". This is a brief overview of the Templates API. For detailed documentation see the [Rails Application Templates guide](http://guides.rubyonrails.org/rails_application_templates.html) ```ruby gem "rspec-rails", group: "test"