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

20150217035259_remove_step_verification_from_step_validations.rb 170B

    class RemoveStepVerificationFromStepValidations < ActiveRecord::Migration def change remove_reference :step_validations, :step_verifications, index: true end end