def index
    authorize Fellow
    @fellows = current_user_role.fellows.includes(:user).order('created_at DESC')

    respond_to do |format|