Decorator Object Pattern for Rails
One of the challenges with any web application as it grows is corralling code into understandable units. This need drives many people to use a decorator (or presenter) pattern to collect the display logic associated with underlying models into one object to us in the view. I had the same issue in the App that… Continue reading Decorator Object Pattern for Rails