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