Method: FoxTail::BaseComponent#with_html_class
- Defined in:
- app/components/fox_tail/base_component.rb
#with_html_class(classes) ⇒ Object
28 29 30 31 |
# File 'app/components/fox_tail/base_component.rb', line 28 def with_html_class(classes) [:class] = classnames html_class, classes self end |