Sha256: 6e5bed8880675f6b13fb56ae5b2ae8766c2064e5d5201a49482f38d4f676cd66
Contents?: true
Size: 339 Bytes
Versions: 4
Compression:
Stored size: 339 Bytes
Contents
module Coltrane module UI module Views class FindScaleByNotes < BaseView questions({ notes: { statement: 'Which Notes?' } }) def render notes = Commands::GetNotesFromString.run(params[:notes]) Commands::FindScaleByNotes.run(*notes) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems