DDD Associations
A metaprogramming exercise that implements associations in pure Ruby, inspired by domain-driven design.
Please see the indilatory sample application for usage. It also serves as the initial unit test bed for this gem.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request