On my website, users will be redirected to the profile update page right after logging in, and I want to avoid users going to other URLs if some field of update form is empty. Because having profile informations will be a condition for each user.
I got a result after my all search that this is possible with writing custom decorator. But I still don't have any idea about how to do.
I would really appreciate if someone could give an idea.