class WelcomeController < ApplicationController def index if user_signed_in? redirect_to root_path else redirect_to new_user_session_path end end def reset_password_check_email end end