Class: Coltrane::UI::Views::ShowChord
- Defined in:
- lib/coltrane/ui/views/show_chord.rb
Instance Method Summary collapse
Methods inherited from BaseView
Instance Method Details
#render ⇒ Object
13 14 15 16 |
# 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 |