From 45280686edd158a54012a86c23cc7ee424cda2c6 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Tue, 30 Dec 2014 12:22:14 -0800 Subject: Move Engines guide under Extending Rails [ci skip] --- guides/source/documents.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'guides/source') diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index eba5086caf..64b4c16221 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -111,11 +111,6 @@ name: Working with JavaScript in Rails url: working_with_javascript_in_rails.html description: This guide covers the built-in Ajax/JavaScript functionality of Rails. - - - name: Getting Started with Engines - url: engines.html - description: This guide explains how to write a mountable engine. - work_in_progress: true - name: The Rails Initialization Process work_in_progress: true @@ -146,6 +141,11 @@ name: Creating and Customizing Rails Generators url: generators.html description: This guide covers the process of adding a brand new generator to your extension or providing an alternative to an element of a built-in Rails generator (such as providing alternative test stubs for the scaffold generator). + - + name: Getting Started with Engines + url: engines.html + description: This guide explains how to write a mountable engine. + work_in_progress: true - name: Contributing to Ruby on Rails documents: -- cgit v1.2.3