Class: Decidim::AdminLog::AttachmentPresenter

Inherits:
Log::BasePresenter show all
Defined in:
decidim-core/app/presenters/decidim/admin_log/attachment_presenter.rb

Overview

This class holds the logic to present a ‘Decidim::Attachment` for the `AdminLog` log.

Usage should be automatic and you should not need to call this class directly, but here is an example:

action_log = Decidim::ActionLog.last
view_helpers # => this comes from the views
AttachmentPresenter.new(action_log, view_helpers).present

Method Summary

Methods inherited from Log::BasePresenter

#initialize, #present

Constructor Details

This class inherits a constructor from Decidim::Log::BasePresenter