aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorZachary Scott <zachary@zacharyscott.net>2013-07-22 17:17:52 -0400
committerZachary Scott <zachary@zacharyscott.net>2013-07-22 17:17:52 -0400
commiteefc03a8069bddfe31751c4bd4fb1804e7f33c2c (patch)
tree4a4b2099c00f500f57e2697eb6eb5f1fe77fa87e /guides
parent1c4eb13345a0c771aab2ee47aecdd4b24acce43a (diff)
downloadrails-eefc03a8069bddfe31751c4bd4fb1804e7f33c2c.tar.gz
rails-eefc03a8069bddfe31751c4bd4fb1804e7f33c2c.tar.bz2
rails-eefc03a8069bddfe31751c4bd4fb1804e7f33c2c.zip
add active model basics wip to guides/documents.yaml
Diffstat (limited to 'guides')
-rw-r--r--guides/source/documents.yaml6
1 files changed, 6 insertions, 0 deletions
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: