Peeja/abstraction

abstract classes shouldn't be AR-abstract

Closed this issue · 0 comments

Abstract classes in AR mean non-STI inheritance. That's orthogonal to Abstraction's notion of abstract. Abstraction currently sets @abstract_class on the class, which sets AR's abstractness. That's not desired.