Sha256: 1dd0ec71c758a82892135e94156cfcf69ecb6315cf3ddeae26c51920b6cbd17c
Contents?: true
Size: 335 Bytes
Versions: 3
Compression:
Stored size: 335 Bytes
Contents
module Coltrane module UI module Views class FindChordByNotes < View questions({ notes: { statement: 'Which Notes?' } }) def render notes = Commands::GetNotesFromString.run(params[:notes]) Commands::FindChordByNotes.run(*notes) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
coltrane-4.0.5 | lib/coltrane/ui/views/find_chord_by_notes.rb |
coltrane-4.0.4 | lib/coltrane/ui/views/find_chord_by_notes.rb |
coltrane-4.0.3 | lib/coltrane/ui/views/find_chord_by_notes.rb |