class SiteController < ApplicationController
  before_filter :authorize_web

  def index

  end
end
