Method: Clearance::Authentication::InstanceMethods#current_user
- Defined in:
- lib/clearance/authentication.rb
#current_user ⇒ User?
User in the current cookie
24 25 26 |
# File 'lib/clearance/authentication.rb', line 24 def current_user @_current_user ||= end |