Avalanche Game prototype. Built with Rails.
class MissionAgent < ActiveRecord::Base belongs_to :mission belongs_to :user has_many :mission_agent_steps accepts_nested_attributes_for :mission_agent_steps, allow_destroy:true end