Avalanche Game prototype. Built with Rails.

20140825202313_add_owner_to_mission.rb 122B

    class AddOwnerToMission < ActiveRecord::Migration def change add_reference :missions, :owner, index: true end end