Re: how to determine controller and action from filter

You mean like…

params[‘action’]

params[‘controller’]

Dur, that’d work just fine. I was thinking it’d be something like
request.action or request.controller. Thanks.

  • donald