Find out the name of the currently :action

params[:action] or controller.action_name

Are these methods considered 'better' than what I've been using:

request.symbolized_path_parameters[:action]

?

-Jared