Open
Description
Hey there,
nice to see hashid turning into its own rails gem. But what about form_for
and form_with
helpers in Rails? If i want to obscure ID's within URL's it works fine. Using form_for
would generate its CLASS and ID automatically by using to_key
and reveal the original ID within the DOM. What do you think, is that something that should be addressed?