Proxy to the authenticate method on warden :api: public
# File lib/rails_warden/controller_mixin.rb, line 40 def authenticate(*args) warden.authenticate(*args) end
Proxy to the authenticate method on warden :api: public
# File lib/rails_warden/controller_mixin.rb, line 46 def authenticate!(*args) defaults = {:action => RailsWarden.unauthenticated_action} if args.last.is_a? Hash args[-1] = defaults.merge(args.last) else args << defaults end warden.authenticate!(*args) end
Generated with the Darkfish Rdoc Generator 2.