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