class Generators::Avo::InstallGenerator
def create_initializer_file
def create_initializer_file route "mount Avo::Engine, at: Avo.configuration.root_path" template "initializer/avo.tt", "config/initializers/avo.rb" template "locales/avo.en.yml", "config/locales/avo.en.yml" end