mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
add active model basics wip to guides/documents.yaml
This commit is contained in:
parent
1c4eb13345
commit
eefc03a806
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue