I'm building a simple application where visitors can create/edit a post and get a permalink to their post, but I want the links to be a little longer and harder to guess.
I found "how to make ID a random 8 digit alphanumeric in rails?" that does what I'm trying to do on my site, but it doesn't work on rails 4 as "attr_accessible
" is no longer available.