From 6f34f7d55b7189eadc0236f27e8c3fc5c7b315b8 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Sun, 4 Feb 2018 17:31:34 +0200 Subject: 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. --- guides/source/documents.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'guides') 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 -- cgit v1.2.3