class Generators::Avo::Js::InstallGenerator
def template_path(filename)
def template_path(filename) Pathname.new(__dir__).join("..", "templates", "js", filename).to_s end
def template_path(filename) Pathname.new(__dir__).join("..", "templates", "js", filename).to_s end