Updates Ruby on Rails reference link (#7269)

The cited sentences are from actually the action controller docs from ruby on rails
This commit is contained in:
Tasawar Hussain 2020-04-13 07:58:51 +05:00 committed by GitHub
parent b2497fc245
commit 8cba4f87ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -317,5 +317,5 @@ To create a base viewset class that provides `create`, `list` and `retrieve` ope
By creating your own base `ViewSet` classes, you can provide common behavior that can be reused in multiple viewsets across your API.
[cite]: https://guides.rubyonrails.org/routing.html
[cite]: https://guides.rubyonrails.org/action_controller_overview.html
[routers]: routers.md