# File lib/merb-auth-more/mixins/redirect_back.rb, line 51 51: def _set_return_to 52: unless request.exceptions.blank? 53: session[:return_to] ||= [] 54: session[:return_to] << "#{Merb::Config[:path_prefix]}#{request.uri}" 55: session[:return_to] 56: end 57: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.