unconfirmed_email is required for reconfirmable. For some reason this was enabled by default in config/intializers/devise.rb:
config.reconfirmable = true
All you have to do is set this to false.
unconfirmed_email is required for reconfirmable. For some reason this was enabled by default in config/intializers/devise.rb:
config.reconfirmable = true
All you have to do is set this to false.