Last active
August 29, 2015 14:26
-
-
Save sclinede/d6f3f8778a163240925f to your computer and use it in GitHub Desktop.
This file contains 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
Create | |
<input class="js-deals-rubric-id" type="hidden" value="237761" name="offer[offer_rubric_attributes][rubric_id]"> | |
<input class="js-deals-rubric-id" type="hidden" value="#{offer.id}" name="offer[offer_rubric_attributes][offer_id]"> | |
Update: | |
<input class="js-deals-offer-rubric-id" type="hidden" value="#{offer.offer_rubric.id}" name="offer[offer_rubric_attributes][id]"> | |
<input class="js-deals-rubric-id" type="hidden" value="237761" name="offer[offer_rubric_attributes][rubric_id]"> | |
<input class="js-deals-rubric-id" type="hidden" value="#{offer.id}" name="offer[offer_rubric_attributes][offer_id]"> | |
Destroy: | |
<input class="js-deals-offer-rubric-id" type="hidden" value="#{offer.offer_rubric.id}" name="offer[offer_rubric_attributes][id]"> | |
<input class="js-deals-rubric-destroy" type="hidden" name="offer[offer_rubric_attributes][_destroy]"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment