In your views:

controller.action_name
controller.controller_name

In the controller itself, you can just call

controller_name
action_name

If you want the current URI, try:

request.request_uri
   
© 2012 Tech Notes Suffusion theme by Sayontan Sinha