Skip to content

Instantly share code, notes, and snippets.

@djkz
Created May 25, 2013 18:27
Show Gist options
  • Save djkz/5650184 to your computer and use it in GitHub Desktop.
Save djkz/5650184 to your computer and use it in GitHub Desktop.
class Entities.Tasks extends Backbone.Collection
model: Entities.Task
url: -> "/project/#{@project_id}/tasks.json"
constructor: (options) ->
@project_id = options.project_id
super
project_tasks = new Entities.Tasks {project_id:project.id}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment