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