Module RailsWarden::Mixins::HelperMethods
In: lib/rails_warden/controller_mixin.rb

Methods

Public Instance methods

Proxy to the authenticated? method on warden :api: public

current_user(*args)

Alias for user

current_user=(user)

Alias for user=

logged_in?(*args)

Alias for authenticated?

Access the currently logged in user :api: public

The main accessor for the warden proxy instance :api: public

[Validate]