Class: Plum::EntryRevision

Inherits:
ApplicationRecord show all
Includes:
SiteScoped
Defined in:
app/models/plum/entry_revision.rb

Instance Method Summary collapse

Instance Method Details

#editor_labelObject



10
11
12
# File 'app/models/plum/entry_revision.rb', line 10

def editor_label
  editor_name.presence || editor_email.presence || editor&.email.presence || "Unknown editor"
end