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

It's rails new my_api --api

This commit is contained in:
Santiago Pastorino 2015-05-15 11:23:47 -03:00
parent 564d0299c0
commit 80702b78e1

View file

@ -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: