Skip to content

Instantly share code, notes, and snippets.

Created April 10, 2014 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5cbfb1a59b0115928ace to your computer and use it in GitHub Desktop.
Save anonymous/5cbfb1a59b0115928ace to your computer and use it in GitHub Desktop.
App.PostController = Ember.ObjectController.extend
actions:
save:->
@get('model').save().then (response)-> # case connection success
meta = @store.metadataFor('post')
console.log(meta.message)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment