1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Mark API guide as work in progress

The documentation team didn't reviewed it yet so it can't be published.
This commit is contained in:
Rafael Mendonça França 2016-01-28 17:16:29 -05:00
parent f8c9ef8401
commit e9dff8e7b1

View file

@ -137,6 +137,7 @@
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.