class HomeController < ApplicationController def index end def participant end def Employer end def Worker end def Vendor end end