Hi guys, I am new and loving the framework! Really extensive and all. Just one quick question:
I am building a polymorphic model Comments using ORM. For the polymorphic logic I am using two columns: parent_id and parent_type. I am planning to use the conditional features of the relational models to make it all work. Is this any good or should I be looking for another solution?