设计skip_confirmation!仍在发送电子邮件

时间:2016-07-15 01:04:36

标签: ruby-on-rails ruby ruby-on-rails-4 devise-confirmable

我正在使用设计,我想跳过确认电子邮件。尽管如此,我正在使用skip_confirmation!在user.save之前,它仍在发送电子邮件。这真是令人抓狂,因为我尝试了很多方法但是skip_confirmation!根本不工作。

u = User.new(:email => "abc@example.com", :password => "12345678")
u.skip_confirmation!
u.save

0 个答案:

没有答案