Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. %input{:name => "post[my_card_ids][]", :type => "hidden",value: "#{post["my_card_ids"]}",id: "my_card_ids"}
  2.  
  3. <input id="my_card_ids" name="post[my_card_ids][]" type="hidden" value="[5d1b83a6616b6523a9020000, 5d1b9893616b653abd0b0000]">
  4.  
  5. <ActionController::Parameters {"my_card_ids"=>["["5d1b83a6616b6523a9020000", "5d1b9893616b653abd0b0000"]"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement