method
app_const
v3.0.9 -
Show latest stable
- Class:
Rails::Generators::AppGenerator
app_const()protected
No documentation available.
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 374
def app_const
@app_const ||= "#{app_const_base}::Application"
end