Hiding and unhiding actions

I’m using the UserEngine, so I have a UserController that responds to
/user/action.

I subclassed it with an Admin::UserEngine. I’d like to have some
actions available in the subclass and not in the superclass.
If all the code was mine this would not be a problem, of course. However
, I’d like not to change their code.

I had a look at hide_action, but there isn’t a unhide_action (since the
natural solution would be to move methods directly to the subclass).

Any solution?
Thanks in advance.


blog: http://www.akropolix.net/rik0/blogs |
site: http://www.akropolix.net/rik0/ |
forum: http://www.akropolix.net/forum/ |