Fix a false negative for `Rails/HasManyOrHasOneDependent` by koic · Pull Request #6318 · rubocop/rubocop
Follow up of #6266 (comment). This PR fixes a false negative for Rails/HasManyOrHasOneDependent when using the following mix-in case. module Foo extend ActiveSupport::Concern included do h...