Hello, I created a new trait and want to use that ...
# general
s
Hello, I created a new trait and want to use that on all the controllers. Do I have to use that trait explicitly on each controller by using 'impliments MyTrait' or is there a way to automatically apply that trait to all controllers?