How to determine the running controller in rails3

The @controller and @template are returning nil in rails3.

What is the proper way to refer to the current controller in rails3?

Cheers.