MotionModel
MotionModel copied to clipboard
Fix polymorphic associations
Modify:
- motion/adapters/array_model_adapter.rb
- motion/model/column.rb
- motion/model/model.rb
to support polymorphic associations, so that accessing a polymorphic record and the associated record can be done in both directions of the relationship.