class Coltrane::UI::Views::FindChordByNotes

Public Instance Methods

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