diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2012-03-11 16:20:11 -0700 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2012-03-11 16:20:11 -0700 |
commit | 36bd5c97420e46a19658e34dbe24bcab265311af (patch) | |
tree | 6d59375a429c7775856576677d52c05ee16b6133 /railties/guides/source | |
parent | 507df096f4dd875ba602164b997ef7d5f7739bb6 (diff) | |
download | rails-36bd5c97420e46a19658e34dbe24bcab265311af.tar.gz rails-36bd5c97420e46a19658e34dbe24bcab265311af.tar.bz2 rails-36bd5c97420e46a19658e34dbe24bcab265311af.zip |
Add engines guide to documents.yaml
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/documents.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/guides/source/documents.yaml b/railties/guides/source/documents.yaml index 08aafda288..1c8d7d284c 100644 --- a/railties/guides/source/documents.yaml +++ b/railties/guides/source/documents.yaml @@ -97,6 +97,10 @@ url: asset_pipeline.html description: This guide documents the asset pipeline. - + name: Getting Started with Engines + url: engines.html + description: This guide explains how to write a mountable engine. + - name: The Rails Initialization Process work_in_progress: true url: initialization.html |