Skip to content

Instantly share code, notes, and snippets.

@ncammarata
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save ncammarata/0a69a5e1b9149c90d3ab to your computer and use it in GitHub Desktop.

Select an option

Save ncammarata/0a69a5e1b9149c90d3ab to your computer and use it in GitHub Desktop.
App {
state: { activeMessage: 0 }
routes: {
message: {
route: "/messages/{id}"
action: :loadMessage
}
}
actions:
loadMesage { id }:
@activeMessage = id
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment