# File lib/padrino/warden/helpers.rb, line 23 def authenticate(*args) session[:return_to] = request.fullpath if settings.auth_use_referrer and env['REQUEST_METHOD'] == 'GET' warden.authenticate!(*args) end