I just started using the SaaS Rails Kit and need some assistance with redirecting my users.
I want to my registered account users to always be taken to my jobs page (jobs/index.html.erb) after successfully logging in at users/sign_up. Currently when users log in they are always taken to content#index via the routes.rb. I was hoping to override Devise under devise_for :users, but no matter what I try it doesn't work.
How/where do I override the Devise to take my user to the page of my choice? Thanks for your time and assistance.