Class: UnhandledNoteRenderer
- Inherits:
-
NoteRenderer
- Object
- NoteRenderer
- UnhandledNoteRenderer
- Defined in:
- public/app/models/note_renderer.rb
Instance Method Summary collapse
Methods inherited from NoteRenderer
#build_label, for, inherited, #render_partial
Methods included from ManipulateNode
#inheritance, #process_mixed_content, #strip_mixed_content
Instance Method Details
#render(type, note, result) ⇒ Object
119 120 121 |
# File 'public/app/models/note_renderer.rb', line 119 def render(type, note, result) {'label' => '', 'note_text' => ''} end |