class Coltrane::UI::Views::Notes

Public Instance Methods

render() click to toggle source
# File lib/coltrane/ui/views/notes.rb, line 13
def render
  notes = Commands::GetNotesFromString.run(params[:notes])
  Commands::GetRepresentationNotes.run(params[:representation], notes)
end