mikeroher

Results 2 comments of mikeroher

@bf4 Thanks for the quick response. Here's a code example: ``` ruby # app/models/parent.rb class Parent < ActiveRecord::Base has_many :children cache_has_many :children, inverse_name: :child end # app/models/child.rb class Child <...

@AaronC81 Ah strange, not sure what was causing it then! In any case, thank you for looking into it!!! Fwiw, here's an excerpt of my Gemfile.lock: ``` parlour (6.0.1) commander...