Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サインインしたユーザーのIDを確認することに成功しました。
#{session['warden.user.user.key'][1][0]}
ユーザーがサインインしたメールを取得するにはどうすればよいですか?
すでにdeviseを使用してサインインしている場合は、 current_userオブジェクトからメールを受け取ることができます
current_user.email