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

20150121035550_create_step_validations.rb 292B

    class CreateStepValidations < ActiveRecord::Migration def change create_table :step_validations do |t| t.references :agent_step, index: true t.references :step_verifications, index: true t.string :mode t.string :description t.timestamps end end end