Files
baclight/app/controllers/admins_controller.rb
T
2026-07-23 10:32:51 -04:00

8 lines
162 B
Ruby

class AdminsController < ApplicationController
def new_web_user
@employers = Employer.active
@brokers = Broker.all
@carrier = Carrier.all
end
end