Main Avalanche Network server application. Built with Ruby on Rails.

agents_controller.rb 117B

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