I've got a Rails project which has a large set of models all using the same table through Single Table Inheritance. They are all different types of organisations.
Is it possible to use the draper gem to simplify my model without the need to create a decorator for every model which inherits from my organisation model?