# File lib/padrino/warden/helpers.rb, line 41
      def user(scope=nil)
        scope ? warden.user(scope) : warden.user
      end