dwbutler / groupify

Add group and membership functionality to your Rails models
MIT License
194 stars 42 forks source link

Make group and group membership class names configurable #32

Closed dwbutler closed 9 years ago

dwbutler commented 9 years ago

This led to a few breaking changes: the group association is now polymorphic, and the group class name configuration DSL (previously undocumented) has been changed (and documented).

Fixes #19