Skip to content

Instantly share code, notes, and snippets.

@brian428
Created September 6, 2012 05:19
Show Gist options
  • Save brian428/3651603 to your computer and use it in GitHub Desktop.
Save brian428/3651603 to your computer and use it in GitHub Desktop.
Store method
###*
* Filter the Companies using the specified industry value.
* @param value The industry to filter on.
###
filterIndustry: ( value ) ->
@filter( "industry", value )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment