class AddValidationToAgentSteps < ActiveRecord::Migration def change add_reference :agent_steps, :step_validations, index: true end end