Skip to content

Commit

Permalink
Add link to the Application Templates guide
Browse files Browse the repository at this point in the history
  • Loading branch information
agis committed Nov 16, 2012
1 parent e7ba7c3 commit 991b883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/generators.md
Expand Up @@ -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"
Expand Down

0 comments on commit 991b883

Please sign in to comment.