Skip to content

Instantly share code, notes, and snippets.

@josephcc
Created January 18, 2014 15:46
Show Gist options
  • Select an option

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

Select an option

Save josephcc/8492158 to your computer and use it in GitHub Desktop.
<div class="container">
<h1>Redirecting back to Amazon MTurk...</h1>
<%= turkee_form_for(@dummy, params) do |f| %>
<input type="hidden" name="dummy_data" value="123"/>
<p><%= f.submit 'Create' %></p>
<% end %>
</div>
<script type="text/javascript">
$('form').submit()
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment