Issue 125: PATCH fix for deprecated @action_name in Rails 2.1.0
Status:  Fixed
Owner: ----
Closed:  Aug 2008
Reported by wes...@gmail.com, Aug 25, 2008
What steps will reproduce the problem?
1. Try to create a new role

What is the expected output? What do you see instead?
Role should be created. Errors because of the use of the deprecated
@action_name instance variable. This should be instead, "action_name"
without the @ symbol. 

What version of the product are you using? On what operating system?
edge, osx 10.5.4

fix_for_new_role_view.diff
945 bytes   View   Download
Aug 25, 2008
#1 wes...@gmail.com
Please use this patch file instead. Thanks.
fix_for_new_role_view.diff
444 bytes   View   Download
Aug 25, 2008
Project Member #2 subim...@gmail.com
Thanks for the patch. Fixed it using the @aname variable which we're using all over
the place for consistency.

r142
Status: Fixed