jenseng/immigrant

foreigner's `:dependent` option missing in schema.rb in rails <= 4.1

jenseng opened this issue · 0 comments

this appears to be due to a refactor in v0.3.0 ... ForeignKeyDefinition#initialize expects the options to always be rails-4.2-style (e.g. :on_delete instead of :dependent), which is fine for immigrant but breaks foreigner's schema dumping code