Moved Doorkeeper under Users section

Andrew committed Feb 26, 2018
commit 2551d0a9891bf7c70d82c94244064ae3dcc20f69
Showing 1 changed file with 1 additions and 1 deletions
README.md +1 -1
@@ @@ -205,7 +205,7 @@ or use a proc
Ahoy.user_method = ->(controller) { controller.true_user }
```
- ### Doorkeeper
+ #### Doorkeeper
To attach the user with [Doorkeeper](https://github.com/doorkeeper-gem/doorkeeper), be sure you have a `current_resource_owner` method in `ApplicationController`.