Class: Coltrane::UI::Views::FindProgressionsFromChords
- Inherits:
-
BaseView
- Object
- Gambiarra::View
- BaseView
- Coltrane::UI::Views::FindProgressionsFromChords
- Defined in:
- lib/coltrane/ui/views/find_progressions_from_chords.rb
Instance Method Summary collapse
Methods inherited from BaseView
Instance Method Details
#render ⇒ Object
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 |