Avalanche Game prototype. Built with Rails.
class StartController < ApplicationController layout 'start' def index end def about end end