salsify/goldiloader

auto_include: false isn't honored with HABTM

gavri opened this issue · 2 comments

Looks like as of Rails 4.1 has_and_belongs_to_many creates a has_many association under the covers and the auto_include option isn't propagated to this association. Rails 3.2 and 4.0 are unaffected. I'm working on a fix.

gavri commented

Thanks!