Skip to content

Instantly share code, notes, and snippets.

@bendrucker
Created March 17, 2014 22:31
Show Gist options
  • Save bendrucker/9609724 to your computer and use it in GitHub Desktop.
Save bendrucker/9609724 to your computer and use it in GitHub Desktop.
Flattening related model attrs
toJSON: ->
json = super
json.status = json.status.name
json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment