diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2013-01-13 13:34:36 -0500 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2013-01-13 13:34:36 -0500 |
commit | 4e7c8f8bb830306f328025d8dad23ba081176668 (patch) | |
tree | 1f727c482ba2c99fae0769fc4ed2b79b8fddf597 /guides | |
parent | a0265b98f16c6e33be32aa3f57231d1189302400 (diff) | |
download | rails-4e7c8f8bb830306f328025d8dad23ba081176668.tar.gz rails-4e7c8f8bb830306f328025d8dad23ba081176668.tar.bz2 rails-4e7c8f8bb830306f328025d8dad23ba081176668.zip |
Remove WIP from Working With JavaScript Guide.
Now that we've fixed the fibs example, this is good to go.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/documents.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index 13f982d7e2..c73bbeb90d 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -102,7 +102,6 @@ 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. - |