Its been a while
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AdminsController < ApplicationController
|
||||
def new_web_user
|
||||
@employers = Employer.active
|
||||
@brokers = Broker.all
|
||||
@carrier = Carrier.all
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user