# File lib/audited/sweeper.rb, line 21
    def current_user
      controller.send(Audited.current_user_method) if controller.respond_to?(Audited.current_user_method, true)
    end