| Issue 125: | PATCH fix for deprecated @action_name in Rails 2.1.0 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Aug 25, 2008
Thanks for the patch. Fixed it using the @aname variable which we're using all over the place for consistency. r142
Status:
Fixed
|
444 bytes View Download