Skip to content

Instantly share code, notes, and snippets.

@mazikwyry
Created March 15, 2017 12:04
Show Gist options
  • Save mazikwyry/bfa549686eb2a5e5340450f167fa1f1a to your computer and use it in GitHub Desktop.
Save mazikwyry/bfa549686eb2a5e5340450f167fa1f1a to your computer and use it in GitHub Desktop.
def add_todo(body)
$store.dispatch({
type: :add_todo,
id: 1,
body: body
})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment