diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-02-07 15:27:48 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-02-07 15:28:16 +0530 |
commit | 38f6d4e8182ea4be1a0c5304b7d5cde25c93572a (patch) | |
tree | cb6e321976222920dc2ac98bd13c58c965215a90 | |
parent | 9a9587ff301cd3101a02f3aff62463a7f9f355e2 (diff) | |
download | rails-38f6d4e8182ea4be1a0c5304b7d5cde25c93572a.tar.gz rails-38f6d4e8182ea4be1a0c5304b7d5cde25c93572a.tar.bz2 rails-38f6d4e8182ea4be1a0c5304b7d5cde25c93572a.zip |
Publish guide on "Using Rails for API-only Applications"
Fixes #23322
[ci skip]
-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 fdd6d4d33d..2cf613f47f 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -137,7 +137,6 @@ description: This guide explains how to profile your Rails applications to improve performance. - name: Using Rails for API-only Applications - work_in_progress: true url: api_app.html description: This guide explains how to effectively use Rails to develop a JSON API application. |