[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
parent ce459720ec
commit 006cd081eb
1 changed files with 1 additions and 1 deletions

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:
```bash
./bin/rails rdoc
bundle exec rake rdoc
```
Resulting HTML files can be found in the ./doc/rdoc directory.