Method: NotePresenter#note_html
- Defined in:
- app/presenters/note_presenter.rb
#note_html ⇒ Object
15 16 17 18 19 |
# File 'app/presenters/note_presenter.rb', line 15 def note_html # Always use `markdown_field` because it removes references based on the current user context. text = markdown_field(object, :note) obfuscate_participants_emails_in_system_note(text) end |