Changed MODEL to model, as per request.

This commit is contained in:
Brent Kearney 2014-05-23 15:15:41 -06:00
parent 0e14ac3aa7
commit 82b60fce15
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ Devise will create some helpers to use inside your controllers and views. To set
before_action :authenticate_user!
```
If your devise MODEL is something other than User, replace "_user" with "_yourmodel". The same logic applies to the instructions below.
If your devise model is something other than User, replace "_user" with "_yourmodel". The same logic applies to the instructions below.
To verify if a user is signed in, use the following helper: