diff options
author | Richard Schneeman <richard.schneeman+no-recruiters@gmail.com> | 2018-07-31 15:33:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-31 15:33:34 -0400 |
commit | f37982e41a397464bd07a4338dca6b3c0d7ab508 (patch) | |
tree | 5a705c2f6bdc33e429afc71e70f16efe3009e717 /guides/source | |
parent | 1c811cd2feacfc5a919c3a58e12c9b2b70b6c8a1 (diff) | |
parent | 6f34f7d55b7189eadc0236f27e8c3fc5c7b315b8 (diff) | |
download | rails-f37982e41a397464bd07a4338dca6b3c0d7ab508.tar.gz rails-f37982e41a397464bd07a4338dca6b3c0d7ab508.tar.bz2 rails-f37982e41a397464bd07a4338dca6b3c0d7ab508.zip |
Merge pull request #31883 from bogdanvlviv/remove-label-in-porgress-for-M-V-guides
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, 0 insertions, 2 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index 4dee34b1e7..a96502423d 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 |