module Rails::Generators::AppName

def app_const

def app_const
  @app_const ||= "#{app_const_base}::Application"
end