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

[ci skip] correction in command for generating api documentation

reverts change in previous commit
https://github.com/rails/rails/commit/ea4f0e2

docs should prefer to use `rails` over `rake` in the context of an
application, but in the context of the Rails source this is not the case
This commit is contained in:
David Elliott 2016-06-20 09:16:30 -07:00 committed by Rafael Mendonça França
parent 63bd7d610f
commit 276c80dd4c
No known key found for this signature in database
GPG key ID: FC23B6D0F1EEE948

View file

@ -20,7 +20,7 @@ The [Rails API documentation](http://api.rubyonrails.org) is generated with
in the rails root directory, run `bundle install` and execute: in the rails root directory, run `bundle install` and execute:
```bash ```bash
./bin/rails rdoc bundle exec rake rdoc
``` ```
Resulting HTML files can be found in the ./doc/rdoc directory. Resulting HTML files can be found in the ./doc/rdoc directory.