class PublicController < ApplicationController
  def index
    render :text => ''
  end
end
