hzamani / acts_as_relation

Multi table Inheritance for rails
http://hzamani.github.com/acts_as_relation/
MIT License
180 stars 58 forks source link

Fixing test schema so that tests involving pencil are passing again #5

Closed dgalarza closed 13 years ago

dgalarza commented 13 years ago

I've updated the test schema so that the Pen model has pen_type and pen_id columns since they are required for Pencil to act_as Pen allowing tests to pass once again.

hzamani commented 13 years ago

Thanks