mhuggins / multiple_table_inheritance

Multiple Table Inheritance is a plugin designed to allow for multiple table inheritance between your database tables and your ActiveRecord models.
30 stars 4 forks source link

foreign_key options #14

Closed kuraga closed 10 years ago

kuraga commented 11 years ago

@mhuggins and please this patch from your forker: https://github.com/daola/multiple_table_inheritance/commit/fb511344928febace0fcf85c7f8456f9ef4db7b0. Thanks.

mhuggins commented 11 years ago

I'm digging into this now, but the commit you linked to doesn't have a test case associated with it, so I can't be sure it's done right. If the author builds a test around that, or if you have a broken test you can submit a pull request for, that would definitely help.

mhuggins commented 10 years ago

Closing since the link is dead.