Closed Jaymon closed 7 years ago
So the problem is most of the decorators require the params that are being passed to the controller method, though there are ones that only need the request instance, the problem is you would have to know which ones can be put on class and which ones can't, that seems annoying to me and it doesn't seem worth the confusion.
It would be cool if we could cascade things like
param
:so both GET and POST would inherit
foo
from the class.