diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2015-05-15 11:23:47 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2015-06-11 16:54:16 -0300 |
commit | 80702b78e1686e5569d8e0b86f2500a2df25c9cf (patch) | |
tree | 4ee891952e37269fc082e1f65479866f12c5152b | |
parent | 564d0299c0087bc234c3bad6141df02d1ce3d46b (diff) | |
download | rails-80702b78e1686e5569d8e0b86f2500a2df25c9cf.tar.gz rails-80702b78e1686e5569d8e0b86f2500a2df25c9cf.tar.bz2 rails-80702b78e1686e5569d8e0b86f2500a2df25c9cf.zip |
It's rails new my_api --api
-rw-r--r-- | guides/source/api_app.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: <shell>\ -\$ rails new my\_api —api\ +\$ rails new my\_api --api\ </shell> This will do three main things for you: |