Class: Railsboot::RatingGroupComponent::BackgroundIconComponent

Inherits:
Component
  • Object
show all
Defined in:
app/components/railsboot/rating_group_component.rb

Overview

ViewComponent: renders the background icon block.

Instance Method Summary collapse

Instance Method Details

#callString

Renders the background icon content.

Returns:

  • (String)

    the block content



41
42
43
# File 'app/components/railsboot/rating_group_component.rb', line 41

def call
  content
end