Module: ActiveSupport::CoreExt::Module::ModelNaming
- Included in:
- Module
- Defined in:
- lib/active_support/core_ext/module/model_naming.rb
Instance Method Summary collapse
Instance Method Details
#model_name ⇒ Object
16 17 18 |
# File 'lib/active_support/core_ext/module/model_naming.rb', line 16 def model_name @model_name ||= ModelName.new(name) end |