Class: Coltrane::UI::Views::FindProgressionsFromChords

Inherits:
BaseView
  • Object
show all
Defined in:
lib/coltrane/ui/views/find_progressions_from_chords.rb

Instance Method Summary collapse

Methods inherited from BaseView

render

Instance Method Details

#renderObject



7
8
9
10
# 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