class Coltrane::UI::Views::ShowChord
Public Instance Methods
render()
click to toggle source
# File lib/coltrane/ui/views/show_chord.rb, line 13 def render chord = Commands::GetChordsFromString.run(params[:chord]).first Commands::GetRepresentationChords.run(params[:chord_representation], [chord]) end