Method: FoxTail::SurfaceComponent#before_render

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

#before_renderObject



12
13
14
15
16
# File 'app/components/fox_tail/surface_component.rb', line 12

def before_render
  super

  html_attributes[:class] = classnames theme.apply(:root, self), html_class
end