Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation bug? #15

Closed
lswanson opened this issue Jun 12, 2012 · 1 comment
Closed

Documentation bug? #15

lswanson opened this issue Jun 12, 2012 · 1 comment

Comments

@lswanson
Copy link

I believe there is a bug in the Advanced Usage section of the wiki: https://github.com/aantix/turkee#advanced-usage

In order to get this to work in my application:
Turkee::TurkeeTask.create_hit(host, hit_title, hit_description, Survey, num_assignments, reward, lifetime, {}, {}, {:form_url => form_url})

I had to replace the model type Survey with :Survey.
Turkee::TurkeeTask.create_hit(host, hit_title, hit_description, :Survey, num_assignments, reward, lifetime, {}, {}, {:form_url => form_url})

@aantix
Copy link
Owner

aantix commented Jun 13, 2012

Good catch. I will make the change.

@aantix aantix closed this as completed Jun 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants