diff options
author | Xavier Noria <fxn@hashref.com> | 2018-07-31 21:43:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-31 21:43:51 +0200 |
commit | fb12c03d68ba0373573432eb66ce8dc97e142c35 (patch) | |
tree | 5f0d3781746f6932943fc62489651aff15c68027 /guides/source | |
parent | f37982e41a397464bd07a4338dca6b3c0d7ab508 (diff) | |
download | rails-fb12c03d68ba0373573432eb66ce8dc97e142c35.tar.gz rails-fb12c03d68ba0373573432eb66ce8dc97e142c35.tar.bz2 rails-fb12c03d68ba0373573432eb66ce8dc97e142c35.zip |
Revert "Remove label 'work in progress' for AM and AV guides"
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/documents.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index a96502423d..4dee34b1e7 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -36,6 +36,7 @@ name: Active Model Basics url: active_model_basics.html description: This guide covers the use of model classes without Active Record. + work_in_progress: true - name: Views documents: @@ -43,6 +44,7 @@ name: Action View Overview url: action_view_overview.html description: This guide provides an introduction to Action View and introduces a few of the more common view helpers. + work_in_progress: true - name: Layouts and Rendering in Rails url: layouts_and_rendering.html |