Question

I'm using clearance (https://github.com/thoughtbot/clearance/wiki) for authentication in my rails app. But I'm trying to figure out how to grab the user's ID in a view after logging in.

Any ideas?

Was it helpful?

Solution

Based on this, looks like

current_user.id

should do the trick.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top