class AgentsController < ApplicationController def dashboard end def list @users = User.all end end