Fix ActionDurationCallback.around
Removed the action argument from the ActionDurationCallback.around,
as the action is provided as a proc within the around method.
Additionally, fixed the logic to retrieve the action_name
and controller_name properties from the controller object. |