This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * Create a clean ruby on rails application using twitter bootstrap. | |
| * Create User model with fields first, last, email. | |
| * Install and setup devise gem to use the User model for auth (email used as a user name). | |
| * Generate devise views via rake command | |
| * On the register new user view add a new text field called Secret Code. |