missing parameter in rescue_action definition
Reported by Xavier Noria | December 30th, 2007 @ 02:28 PM | in Next Printing
At the bottom of page 570 rescue_action is defined in ForumsController. There's a missing "e" parameter in its signature.
Comments and changes to this ticket
-
Obie January 7th, 2008 @ 05:58 PM
- → State changed from new to open
- → Assigned user changed from Obie to sandee.phillips (at pearson)
- → Milestone changed from Second Edition to Next Printing
San Dee, the final line of the code snippet at the bottom of page 570 should read:
class ForumsController; def rescue_action(e); raise e; end; end
-

sandee.phillips (at pearson) January 8th, 2008 @ 08:44 AM
- → State changed from open to resolved
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
