Skip to content

Instantly share code, notes, and snippets.

@davidvanleeuwen
Created March 25, 2013 23:40
Show Gist options
  • Save davidvanleeuwen/5241925 to your computer and use it in GitHub Desktop.
Save davidvanleeuwen/5241925 to your computer and use it in GitHub Desktop.
find article by slug
findArticleBySlug: (slug) ->
@find (chapter) ->
_.any(chapter.get('articles').pluck('slug'), (item) -> item is slug)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment