Avalanche Game prototype. Built with Rails.
class AddInviteToMissionAgent < ActiveRecord::Migration def change add_reference :mission_agents, :mission_agent_invites, index: true end end