v0.5.0
Introducing the all
function on controller objects. This is called before the action function for all controller actions. It is preferred to using the controller's constructor
since it doesn't require any call to super
or the need to return this
.