method
app_const
v7.2.3 -
Show latest stable
- Class:
Rails::Generators::AppName
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