Method: Workspace#create_note

Defined in:
lib/notes_cli/models/workspace.rb

#create_note(notebook, title) ⇒ Object



10
11
12
# File 'lib/notes_cli/models/workspace.rb', line 10

def create_note(notebook, title)
  NoteCreator.new(notebook, title, notebook_path(notebook), workspace_path).call
end