has_inherited 2.2.1
The intention of this library is to make it easy to inherit particular variables between models in rails apps. We start with a parent model that will function as a pseudo-polymorphic association for children objects.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activerecord
>= 0
rake
>= 0