Lately there’s been a lot of buzz in the Rails community about using the Presenter Pattern to organize common view related code outside of the model. Think of Presenters like Helpers: The Next Generation I used Presenters on one project with great success. Today I was about to add presenters to a second project, when I said: Self, you could copy…