Class: Coltrane::UI::Views::CustomProgression
- Defined in:
- lib/coltrane/ui/views/custom_progression.rb
Instance Method Summary collapse
Methods inherited from BaseView
Instance Method Details
#render ⇒ Object
20 21 22 23 |
# File 'lib/coltrane/ui/views/custom_progression.rb', line 20 def render chords = Commands::GetChordsFromProgression.run(*params.values_at(:progression_notation, :key)) Commands::GetRepresentationChords.run(params[:representation], chords) end |