class Generators::Avo::EjectGenerator

def path_exists?(path)

def path_exists?(path)
  path.present? && File.file?(::Avo::Engine.root.join(path))
end