Method: FoxTail::TimelineComponent#before_render
- Defined in:
- app/components/fox_tail/timeline_component.rb
#before_render ⇒ Object
16 17 18 19 20 |
# File 'app/components/fox_tail/timeline_component.rb', line 16 def before_render super html_attributes[:class] = classnames theme.apply(:root, self), html_class end |