From 82b60fce15e46eb9429625a56caea7faa5336091 Mon Sep 17 00:00:00 2001 From: Brent Kearney Date: Fri, 23 May 2014 15:15:41 -0600 Subject: [PATCH] Changed MODEL to model, as per request. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cde18b16..a0e945df 100644 --- a/README.md +++ b/README.md @@ -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: