module ActiveRecord::Delegation::DelegateCache

def inherited(child_class)

def inherited(child_class)
  child_class.initialize_relation_delegate_cache
  super
end