@ -1,3 +1,7 @@
class StartController < ApplicationController
def index; end
def index
if current_user
redirect_to(case_logs_path)
end