method
app_const_base
v5.1.7 -
Show latest stable
- Class:
Rails::Generators::AppGenerator
app_const_base()private
No documentation available.
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 453
def app_const_base
@app_const_base ||= defined_app_const_base || app_name.gsub(/\W/, "_").squeeze("_").camelize
end