1
0
Fork 0

README clarification

This commit is contained in:
Andrew Tomaka 2013-04-22 22:03:16 -04:00
parent 62934cdc9c
commit 03007df4b7
1 changed files with 1 additions and 0 deletions

View File

@ -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.
```