Skip to content

Instantly share code, notes, and snippets.

@SeanRoberts
Created November 7, 2014 16:06
Show Gist options
  • Save SeanRoberts/cd548edd179f2cbe7d8c to your computer and use it in GitHub Desktop.
Save SeanRoberts/cd548edd179f2cbe7d8c to your computer and use it in GitHub Desktop.
actions:
search: ->
find = @store.find('realtor', { name: @get('name'), city: @get('city') })
@set('model', find)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment