Class: Coltrane::UI::Views::Notes

Inherits:
BaseView
  • Object
show all
Defined in:
lib/coltrane/ui/views/notes.rb

Instance Method Summary collapse

Methods inherited from BaseView

render

Instance Method Details

#renderObject



13
14
15
16
# File 'lib/coltrane/ui/views/notes.rb', line 13

def render
  notes = Commands::GetNotesFromString.run(params[:notes])
  Commands::GetRepresentationNotes.run(params[:representation], notes)
end