Skip to content

Instantly share code, notes, and snippets.

@josephcc
Created April 30, 2014 06:18
Show Gist options
  • Select an option

  • Save josephcc/11419210 to your computer and use it in GitHub Desktop.

Select an option

Save josephcc/11419210 to your computer and use it in GitHub Desktop.
turker = Turker.find_by :creator_id => feedback.user_id
nickname = 'LOCAL'
if not turker.nil?
nickname = OrganicHash.hash(turker.turker_id, true).map{|s| s.capitalize}.join('-')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment