class Coltrane::UI::Views::FindScaleByChords
Public Instance Methods
render()
click to toggle source
# File lib/coltrane/ui/views/find_scale_by_chords.rb, line 9 def render chords = Commands::GetChordsFromString.run(params[:chords]) Commands::FindScaleByChords.run(*chords) end