instance method
app_const_base
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.2.22.5Signature
app_const_base()
No documentation comment.
Source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 373
def app_const_base
@app_const_base ||= defined_app_const_base || app_name.gsub(/\W/, '_').squeeze('_').camelize
end
Defined in railties/lib/rails/generators/rails/app/app_generator.rb line 373
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::AppGenerator