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
First refresh I get this: | |
Gem::LoadError in UsersController#show | |
bcrypt-ruby is not part of the bundle. Add it to Gemfile. | |
Second refresh I get this: | |
NoMethodError in UsersController#show | |
undefined method `key?' for nil:NilClass |
NewerOlder