Method: FoxTail::TimelineComponent#before_render

Defined in:
app/components/fox_tail/timeline_component.rb

#before_renderObject



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