Submit social housing lettings and sales data (CORE)
 
 
 
 

7 lines
130 B

class StartController < ApplicationController
def index
if current_user
redirect_to(case_logs_path)
end
end
end