Skip to content

Instantly share code, notes, and snippets.

@cbetta
Created May 4, 2013 11:35
Show Gist options
  • Save cbetta/5517236 to your computer and use it in GitHub Desktop.
Save cbetta/5517236 to your computer and use it in GitHub Desktop.
def valid_login(token = '')
interactable = Interaction.where(interactable_type: 'Ticket', key: 'wristband', value: token)
ticket = Ticket.find(interactable(:interactable_id))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment