itmammoth / rails_sortable

Easy drag & drop sorting with persisting the arranged order for rails
MIT License
143 stars 37 forks source link

[#30] Use message_verifier to prevent html from tampering #40

Closed itmammoth closed 5 years ago

itmammoth commented 5 years ago

A solution to #30 . Using Rails.application.message_verifier to encode the rails_sortable parameter so that it prevents html from tampering.