Created
October 9, 2012 03:58
-
-
Save avit/3856511 to your computer and use it in GitHub Desktop.
Bad inputs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- this combination of inputs will throw Rack --> | |
<input name="event[dates][]" type="date" /> | |
<input id="event_dates__destroy" name="event[dates][_destroy]" type="hidden" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment