diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2013-04-11 22:53:34 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2013-04-11 22:53:34 +0530 |
commit | 8a347d925d08a4fe648c6fe7c5e8c948e186c9bb (patch) | |
tree | 71330abf09b942351b7d838a8c513d1f33dbeffb | |
parent | fd2fecc4aa627d872ef2955db739629726854bb3 (diff) | |
download | rails-8a347d925d08a4fe648c6fe7c5e8c948e186c9bb.tar.gz rails-8a347d925d08a4fe648c6fe7c5e8c948e186c9bb.tar.bz2 rails-8a347d925d08a4fe648c6fe7c5e8c948e186c9bb.zip |
add wip for the action view guide [ci skip]
-rw-r--r-- | guides/source/documents.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index 043f34fa25..91357ec284 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -39,6 +39,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 |