scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

Replace .factory() with .service() #104

Closed scottohara closed 8 years ago

scottohara commented 8 years ago

service uses a constructor function, so we can avoid the need for a static factory method in our classes to create an instance.