Class: WorkActivity::EmbargoEvent

Inherits:
BaseMessage show all
Defined in:
app/models/work_activity.rb

Constant Summary

Constants inherited from Renderer

Renderer::DATE_FORMAT, Renderer::DATE_TIME_FORMAT, Renderer::SORTABLE_DATE_TIME_FORMAT, Renderer::UNKNOWN_USER

Instance Method Summary collapse

Methods inherited from BaseMessage

#body_html, #mark_down_to_html, #user_refernces

Methods inherited from Renderer

#created_sortable_html, #created_updated_html, #initialize, #title_html, #to_html

Constructor Details

This class inherits a constructor from WorkActivity::Renderer

Instance Method Details

#created_by_user_htmlObject



306
307
308
# File 'app/models/work_activity.rb', line 306

def created_by_user_html
  "the system"
end