Skip to content

Instantly share code, notes, and snippets.

@radiodario
Created December 9, 2013 13:29
Show Gist options
  • Save radiodario/7872247 to your computer and use it in GitHub Desktop.
Save radiodario/7872247 to your computer and use it in GitHub Desktop.
module.exports =
collections:
countries: ->
@getCollection('html')
.getFilesAtPath('countries')
.on 'add', (model) ->
console.log(model)
model.set 'layout', 'country'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment