Hi I would like to make the following work:
http://localhost:3000/reviews/new?ticket[]=token[]=109u11
It can be thought of as meaning params[:ticket][:token] = 109u11
Thanks!
You need change url like this:
http://localhost:3000/reviews/new?ticket[token]=109u11
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With