ここを見る
Module: Devise::Models::Confirmable
例
User.find(1).confirm # returns true unless it's already confirmed
User.find(1).confirmed? # true/false
User.find(1).send_confirmation_instructions # manually send instructions
Go to list of users who liked
More than 5 years have passed since last update.
Module: Devise::Models::Confirmable
User.find(1).confirm # returns true unless it's already confirmed
User.find(1).confirmed? # true/false
User.find(1).send_confirmation_instructions # manually send instructions
Register as a new user and use Qiita more conveniently
Go to list of users who liked