Skip to content

Instantly share code, notes, and snippets.

@Znow
Created April 27, 2012 07:43
Show Gist options
  • Save Znow/2507088 to your computer and use it in GitHub Desktop.
Save Znow/2507088 to your computer and use it in GitHub Desktop.
<%= check_box_tag "completed", t.id, t.completed, :class => "completed",
:onclick =>
:url => {
:action => :completed, :controller => 'tasks'
}
%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment