Main Avalanche Network server application. Built with Ruby on Rails.
class StepVerification < ActiveRecord::Base belongs_to :step_validation belongs_to :validated_by, :class_name => "User" end