Hello, I have a controller that contains too many line of codes, which made the controller too large.
So I want to split each action into eactly one class files. Is it recommended? If not, what are the recommended way to make the controller "thin"? Thanks.
