Skip to content

Instantly share code, notes, and snippets.

@kirill-fedyanin
Created September 28, 2013 19:51
Show Gist options
  • Save kirill-fedyanin/6745863 to your computer and use it in GitHub Desktop.
Save kirill-fedyanin/6745863 to your computer and use it in GitHub Desktop.
Force check_box_tag remember the value
<%= check_box_tag :doc ,"value",!params[:doc].nil? %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment