Matthew Gardner

Results 2 comments of Matthew Gardner

It looks like for my problem the PR that introduced it was https://github.com/flyerhzm/bullet/pull/418 can replicate it using ``` class Foo < ActiveRecord::Base belongs_to :bar end class Bar < ActiveRecord::Base end...