salsify/goldiloader

Rails 5.1: assert_valid_keys: Unknown key: :auto_include

grosser opened this issue · 3 comments

activesupport-5.1.0/lib/active_support/core_ext/hash/keys.rb:79:in `block in assert_valid_keys': Unknown key: :auto_include.

  has_many :commands, -> { order("macro_commands.position ASC") },
    through: :command_associations, auto_include: false

thx