sxross / MotionModel

Simple Model and Validation Mixins for RubyMotion
MIT License
192 stars 67 forks source link

SQL adapter tests for Polymorphism and nonstandard associations #67

Closed paulsturgess closed 11 years ago

paulsturgess commented 11 years ago

I've added two more spec files.

One for testing Polymorphic associations.

The other is for 'nonstandard' associations. Essentially where the foreign_keys and model names for the associations cannot be guessed.

DougPuchalski commented 11 years ago

Thanks!