method

app_const

app_const()
protected

No documentation available.

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