service object

Rails Refactoring Part I: The Adapter Pattern

This is the first in a series of three posts that will demonstrate implementation of three common Rails design patterns: the adapter pattern; service objects [http://thegreatcodeadventure.com/rails-refactoring-part-ii-services]; the decorator pattern [http://thegreatcodeadventure.com/rails-refactoring-part-ii-the-decorator-pattern] You can find the code for these posts here [https://github.com/sophiedebenedetto/issue-trackr]…