2024-01-11 19:40:58 -06:00
|
|
|
class HomeController < ApplicationController
|
|
|
|
def index
|
|
|
|
end
|
2024-01-12 22:18:28 -06:00
|
|
|
|
2024-01-13 18:49:52 -06:00
|
|
|
def participant
|
2024-01-12 22:18:28 -06:00
|
|
|
end
|
|
|
|
|
2024-01-13 23:35:09 -06:00
|
|
|
def Employer
|
|
|
|
end
|
|
|
|
|
|
|
|
def Worker
|
|
|
|
end
|
|
|
|
|
|
|
|
def Vendor
|
|
|
|
end
|
|
|
|
|
2024-01-11 19:40:58 -06:00
|
|
|
end
|