I'm create a login form using Bcrypt-ruby but have error:
uninitialized constant User::BCrypt I had setup Bcrypt-ruby in Gemfile
gem "bcrypt-ruby", :require => "bcrypt"
and restart,rake db:migrate but not run.I had run bundle:install,bundle: update and see Bcrypt had installed. i'm afraid that i use gem 'rails', '3.2.1' in Gemfile Could you help me solve this problem...Thanks