From 03007df4b73ae7ba0bcf5e38a14e3929c85223cb Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 22 Apr 2013 22:03:16 -0400 Subject: [PATCH] README clarification --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6247548..0c95be1 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ devise :kerberos_authenticatable attr_accessible :username ``` +* Update your User table in your database to include the username field. * Rebuild your Devise views automatically or by hand. ```