Files
baclight/app/controllers/admins_controller.rb
T

8 lines
162 B
Ruby
Raw Normal View History

2026-07-23 10:32:51 -04:00
class AdminsController < ApplicationController
def new_web_user
@employers = Employer.active
@brokers = Broker.all
@carrier = Carrier.all
end
end