Skip to content

Instantly share code, notes, and snippets.

@pankajmore
Created November 6, 2012 19:35
Show Gist options
  • Save pankajmore/4026954 to your computer and use it in GitHub Desktop.
Save pankajmore/4026954 to your computer and use it in GitHub Desktop.
button_to "Send Request", {:action => "add", :id =>
course.id, :remote => true} , {:class => "btn "}
<form action="/offered_courses/add?id=2&amp;remote=true" class="button_to" method="post"><div><input class="btn " type="submit" value="Send Request"><input name="authenticity_token" type="hidden" value="h1aUYUODQfmVmKULGXIhKH4nXELpYVAGt9pJOqnTyOw="></div></form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment