Avalanche Game prototype. Built with Rails.

index.json.jbuilder 187B

    json.array!(@missions) do |mission| json.extract! mission, :id, :title, :description, :status, :agent_search_start, :agent_search_end json.url mission_url(mission, format: :json) end