class RuboCop::Cop::Rails::ActionControllerFlashBeforeRender

def find_ancestor(node, type:)

def find_ancestor(node, type:)
  node.each_ancestor(type).first
end