Factlink / pavlov

Provides a Command/Query/Interactor framework.
MIT License
22 stars 4 forks source link

Removed activemodel and activesupport dependencies #43

Closed markijbema closed 10 years ago

markijbema commented 10 years ago

We weren't actually using activemodel. We only used activesupport for concern, and that conflicted with how Virtus uses InstanceMethods, so it seemed better to just inline Concern, and not depend on activesupport or activemodel anymore.

janpaul123 commented 10 years ago

Looks good!