I want to allow users to renew the slug of an entry by clicking a checkbox.
I know the function should_generate_new_friendly_id? , but not how to use it in this case since it is defined in the model and cannot read params attributes.
Thanks for any ideas!