From 80702b78e1686e5569d8e0b86f2500a2df25c9cf Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 15 May 2015 11:23:47 -0300 Subject: It's rails new my_api --api --- guides/source/api_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/api_app.md b/guides/source/api_app.md index 57846ae4e5..0a6335ed88 100644 --- a/guides/source/api_app.md +++ b/guides/source/api_app.md @@ -141,7 +141,7 @@ in features as needed. You can generate a new api Rails app: \ -\$ rails new my\_api —api\ +\$ rails new my\_api --api\ This will do three main things for you: -- cgit v1.2.3