Closed 6twenty closed 13 years ago
I should also note that for reasons I haven't yet looked into, I was only able to achieve polymorphic relationships by using the old syntax.
Closing pull request in favour of a more thorough evaluation of dm-polymorphic (will submit a new pull request once complete)
I've changed the gem management to use Bundler (mainly as my personal preference so feel free to ignore those changes!), however the core change I've made is to remove the property definition on a belongs_to polymorphic which sets "_id", as dm-core now sets this property automatically. I also found I had to require 'extlib/inflection' manually so I have added extlib to the gem's dependencies and have required it within the gem.