Method: FoxTail::BaseComponent#with_html_attributes
- Defined in:
- app/components/fox_tail/base_component.rb
#with_html_attributes(attributes = {}) ⇒ Object
23 24 25 26 |
# File 'app/components/fox_tail/base_component.rb', line 23 def with_html_attributes(attributes = {}) @html_attributes.merge! attributes if attributes.present? self end |