From 0c88ac6a8dd0e596d9d4c44dcaa84f2a46e19203 Mon Sep 17 00:00:00 2001 From: Gannon McGibbon Date: Thu, 16 Jan 2020 15:18:51 -0500 Subject: [PATCH] Mark working_with_javascript_in_rails as WIP Mark as WIP to indicate it is outdated and currently being worked on. --- guides/source/documents.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index ef4dd4682c..99369eff7b 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -131,6 +131,7 @@ description: This guide documents the asset pipeline. - name: Working with JavaScript in Rails + work_in_progress: true url: working_with_javascript_in_rails.html description: This guide covers the built-in Ajax/JavaScript functionality of Rails. -