Created
April 18, 2019 23:36
-
-
Save davidlygagnon/7c66914fcda083403a8bd1029d9c184c to your computer and use it in GitHub Desktop.
Implicit coffeescript returns statements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
componentDidMount() { | |
return this.fetchRecords(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment