Skip to content

Instantly share code, notes, and snippets.

@chrisconley
Forked from abuiles/aws_turk_conductor.rb
Created September 10, 2010 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisconley/574450 to your computer and use it in GitHub Desktop.
Save chrisconley/574450 to your computer and use it in GitHub Desktop.
observes :aws_turk_assignment_request, :after => :approveAssignment, :invokes => :approve_aws_assignment
def self.approve_aws_assignment(request)
AwsTurkAssignmentRequest.delay.get_assignments_for_hit(hit)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment