Displaying 1 result from an estimated 1 matches for "user_requests_authorization_to_edit".
2007 Nov 23
2
Create my own dynamic "finder" method?
......
end
I find it boring to always use
user_requests_authorization_to(''EDIT'')
user_requests_authorization_to(''CREATE'')
etc., so I thought I could implement my own dynamic method, like the
dynamic finders! Instead of the calls above I''d like to call
user_requests_authorization_to_edit
user_requests_authorization_to_create
How can I achieve that? :-) Thanks a lot, Josh
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To...