class Generators::Avo::EjectGenerator

def eject(path)

def eject(path)
  copy_file ::Avo::Engine.root.join(path), ::Rails.root.join(path)
end