method

app_const

app_const()
private

No documentation available.

# File railties/lib/rails/generators/app_name.rb, line 22
        def app_const
          @app_const ||= "#{app_const_base}::Application"
        end