Skip to content

Instantly share code, notes, and snippets.

@rclements
Created April 17, 2015 19:25
Show Gist options
  • Save rclements/e14937caba6e59bcd580 to your computer and use it in GitHub Desktop.
Save rclements/e14937caba6e59bcd580 to your computer and use it in GitHub Desktop.
<%= check_box_tag user.id, {}, user.shared_problems.find(:first, :conditions => ["user_week_event_id = ?", @event.id]).nil? ? false : true, :onclick => remote_function(:url => toggle_share_user_path(@event), :with => "'user_id=#{user.id}&checked=' + this.checked") %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment