8 ms·
But placing logic in the controllers means you need to get a rails controller to test your business logic. This may seem fine in a small application, but as an
by drizze 7y ago
But placing logic in the controllers means you need to get a rails controller to test your business logic. This may seem fine in a small application, but as an app grows it becomes a headache to need to tie all your business rules to your framework.
“Rails is not your application”