From eefc03a8069bddfe31751c4bd4fb1804e7f33c2c Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 22 Jul 2013 17:17:52 -0400 Subject: [PATCH] add active model basics wip to guides/documents.yaml --- guides/source/documents.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index 1b16f4e516..9fdfd11fc8 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -32,6 +32,12 @@ name: Active Record Query Interface url: active_record_querying.html description: This guide covers the database query interface provided by Active Record. + + - + name: Active Model Basics + url: active_model_basics.html + description: This guide will get you started using model classes, and non-Active Record models. + work_in_progress: true - name: Views documents: