The presenter pattern is a handy design approach that sits between your views and models, helping you keep your code organized by handling view-specific logic in a clean and maintainable way.
Let’s explore how to use it you your rails app.
Ive used this pattern in quite a few MV(C/P) frameworks. Works well as long as the models dont get huge.