Method: FoxTail::SurfaceComponent#root_tag_name

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

#root_tag_nameObject



8
9
10
# File 'app/components/fox_tail/surface_component.rb', line 8

def root_tag_name
  link? ? :a : tag_name
end