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:
parent
564d0299c0
commit
80702b78e1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue