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