Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save davidlygagnon/7c66914fcda083403a8bd1029d9c184c to your computer and use it in GitHub Desktop.
Save davidlygagnon/7c66914fcda083403a8bd1029d9c184c to your computer and use it in GitHub Desktop.
Implicit coffeescript returns statements
componentDidMount() {
return this.fetchRecords();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment