Method: Decidim::OfficialAuthorPresenter#avatar_url

Defined in:
app/presenters/decidim/official_author_presenter.rb

#avatar_url(_variant = nil) ⇒ Object



24
25
26
# File 'app/presenters/decidim/official_author_presenter.rb', line 24

def avatar_url(_variant = nil)
  ActionController::Base.helpers.asset_pack_path("media/images/default-avatar.svg")
end