Main Avalanche Network server application. Built with Ruby on Rails.
class AddValidationToAgentSteps < ActiveRecord::Migration def change add_reference :agent_steps, :step_validations, index: true end end