Module: StimulusPlumbers::Helpers::AvatarHelper
- Included in:
- StimulusPlumbers::Helpers
- Defined in:
- lib/stimulus_plumbers/helpers/avatar_helper.rb
Instance Method Summary collapse
Instance Method Details
#sp_avatar(name: nil, initials: nil, url: nil, color: nil, size: :md, **html_options, &block) ⇒ Object
6 7 8 |
# File 'lib/stimulus_plumbers/helpers/avatar_helper.rb', line 6 def sp_avatar(name: nil, initials: nil, url: nil, color: nil, size: :md, **, &block) avatar_renderer.avatar(name: name, initials: initials, url: url, color: color, size: size, **, &block) end |