aantix / turkee

Blurring the line between Mechanical Turk, Rails and usability testing..
http://github.com/aantix/turkee
MIT License
152 stars 39 forks source link

turkee_form_tag ( , htlm=>...) doesnt work #2

Closed nmaisonneuve closed 13 years ago

nmaisonneuve commented 13 years ago

to fix it : in lib/turkee.rb replacing
concat(form_tag(mturk_url)) by concat(form_tag(mturk, options.delete(:html) || {}))

nmaisonneuve commented 13 years ago

sorry it's

concat(form_tag(mturk_url, options.delete(:html) || {})