Skip to content

Instantly share code, notes, and snippets.

@thenickcox
Created December 22, 2014 15:32
Show Gist options
  • Select an option

  • Save thenickcox/df087802f40fe9ea89a7 to your computer and use it in GitHub Desktop.

Select an option

Save thenickcox/df087802f40fe9ea89a7 to your computer and use it in GitHub Desktop.
App.Collections.Albums = Backbone.Collection.extend
model: App.Models.Album
url: ->
userId = $('#featured').data('user-id')
"/users/#{userId}/albums"
featured: ->
@where(featured: true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment