Add link to the Application Templates guide

This commit is contained in:
Agis Anastasopoulos 2012-11-16 12:35:48 +02:00
parent e7ba7c3b95
commit 991b883957

@ -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"