Class: Decidim::EnhancedTextwork::ParagraphNote

Inherits:
ApplicationRecord
  • Object
show all
Includes:
Loggable, Traceable
Defined in:
app/models/decidim/enhanced_textwork/paragraph_note.rb

Overview

A paragraph can include a notes created by admins.

Class Method Summary collapse

Class Method Details

.log_presenter_class_for(_log) ⇒ Object



15
16
17
# File 'app/models/decidim/enhanced_textwork/paragraph_note.rb', line 15

def self.log_presenter_class_for(_log)
  Decidim::EnhancedTextwork::AdminLog::ParagraphNotePresenter
end