Skip to content

Instantly share code, notes, and snippets.

@sebyx07
Created June 30, 2014 18:05
Show Gist options
  • Select an option

  • Save sebyx07/4148be4a34dda094f593 to your computer and use it in GitHub Desktop.

Select an option

Save sebyx07/4148be4a34dda094f593 to your computer and use it in GitHub Desktop.
Dotabay.PartyNewRoute = Ember.Route.extend(
model: ->
@modelFor('party')
)
controller
Dotabay.PartiesNewController = Ember.ObjectController.extend(
actions:
create: ->
party = @get('model')
party.save()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment