On Sep 25, 2007, at 10:31 PM, Gregor Schmidt wrote:
The exception is raised in the super(*a) line, this transfer the
control flow to your rescue line and it never comes back.

It does come back because

rescue PleaseLogin
@headers['Set-Cookie'] = 'camping_sid=%s; path=/' % @cookies.camping_sid
        redirect R(Pasaporte::Controllers::Signon, @nickname)
        return self <<< this is the comeback
      end
--
Julian 'Julik' Tarkhanov
please send all personal mail to [EMAIL PROTECTED]



_______________________________________________
Camping-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to