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

step_verification.rb 128B

    class StepVerification < ActiveRecord::Base belongs_to :step_validation belongs_to :validated_by, :class_name => "User" end