Class: Protos::Stats::Actions
- Defined in:
- lib/protos/stats/actions.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: A container for the actions (e.g. buttons) for a group of stats.
Methods inherited from Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: A container for the actions (e.g. buttons) for a group of stats
8 9 10 |
# File 'lib/protos/stats/actions.rb', line 8 def view_template(&) div(**attrs, &) end |