Submit social housing lettings and sales data (CORE)
 
 
 
 

7 lines
134 B

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