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