Method: Bs5::TabsComponent#before_render

Defined in:
app/components/bs5/tabs_component.rb

#before_renderObject



14
15
16
# File 'app/components/bs5/tabs_component.rb', line 14

def before_render
  items.each { |item| item.style = item_style }
end