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

20150217035951_remove_step_validation_from_step_verification.rb 168B

    class RemoveStepValidationFromStepVerification < ActiveRecord::Migration def change remove_reference :step_verifications, :step_validation, index: true end end