class Coltrane::UI::Views::CustomProgression
Public Instance Methods
render()
click to toggle source
# 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