Class: Coltrane::UI::Views::Notes
- Defined in:
- lib/coltrane/ui/views/notes.rb
Instance Attribute Summary
Attributes inherited from View
Instance Method Summary collapse
Methods inherited from View
#ensure_param, #go_to, inherited, #initialize, #output, questions, render, set_path
Constructor Details
This class inherits a constructor from Coltrane::UI::Views::View
Instance Method Details
#render ⇒ Object
13 14 15 16 |
# File 'lib/coltrane/ui/views/notes.rb', line 13 def render notes = Commands::GetNotesFromString.run(params[:notes]) Commands::GetRepresentationNotes.run(params[:representation], notes) end |