# File lib/merb-auth-more/mixins/redirect_back.rb, line 44
    def self.included(base)
      base.class_eval do  
        after  :_set_return_to,   :only => :unauthenticated
      end
    end