Posts written by abhishek sarkar
Ruby Decorators: Add behavior to objects
DevelopmentDecorators allow us to add behavior to objects without affecting other objects of the same class. Codebrahma explaining ruby decorators, a key feature of ruby on rails.