Module: Coco::Concerns::HasName
- Extended by:
- ActiveSupport::Concern
- Included in:
- Coco::Component, ActsAsFieldWithHtmlOptions, ActsAsFieldWithOptions
- Defined in:
- app/components/coco/concerns/has_name.rb
Instance Method Summary collapse
Instance Method Details
#component_name ⇒ Object
6 7 8 |
# File 'app/components/coco/concerns/has_name.rb', line 6 def component_name @_component_name ||= self.class.send(:component_name) end |