Ask A Question

Notifications

You’re not receiving notifications from this thread.

How do I force users to complete their profile after sign up?

Thuba Mamba asked in Rails

I'd like to 'force' users to complete their profiles after having signed up on a Rails monolith app.

Reply

Use a before_action in ApplicationController to check if the user is signed in and has an incomplete profile. Then redirect them to the page for doing that. 👍

Reply
Join the discussion

Want to stay up-to-date with Ruby on Rails?

Join 73,723+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more. Icons by Icons8

    © 2023 GoRails, LLC. All rights reserved.