LoginSignup
3
0

More than 5 years have passed since last update.

deviseの確認メールの実装で困ったとき

Posted at

ここを見る

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
3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0