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データベースにアクセスせずに、現在ログインしているユーザーを取得する方法はありますか?
id
idを呼び出してユーザーを取得するcurrent_user.idと、DB クエリが作成され、そこから取得されます。
current_user.id
You can use session["warden.user.user.key"][1][0] to get current user id from session
session["warden.user.user.key"][1][0]