aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2018-02-04 17:31:34 +0200
committerbogdanvlviv <bogdanvlviv@gmail.com>2018-02-04 17:42:29 +0200
commit6f34f7d55b7189eadc0236f27e8c3fc5c7b315b8 (patch)
tree0cc77096c7781fec6fa7c036b3eaeb15d2690d41 /guides
parent5d1999547d81edb07c0ce9149023b1bcd5de8a57 (diff)
downloadrails-6f34f7d55b7189eadc0236f27e8c3fc5c7b315b8.tar.gz
rails-6f34f7d55b7189eadc0236f27e8c3fc5c7b315b8.tar.bz2
rails-6f34f7d55b7189eadc0236f27e8c3fc5c7b315b8.zip
Remove label 'work in progress' for AM and AV guides
I've reviewed "Active Model Basics" and "Action View Overview" guides and looks like they have good enough information and don't have errors. This commit removes label 'work in progress' for these guides.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/documents.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml
index 5cddf79eeb..939b16c460 100644
--- a/guides/source/documents.yaml
+++ b/guides/source/documents.yaml
@@ -36,7 +36,6 @@
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:
@@ -44,7 +43,6 @@
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