errors_controller.rb 158 Bytes Edit Raw Blame History 1 2 3 4 5 class ErrorsController < ApplicationController def githost render :file => File.join(Rails.root, "public", "githost_error"), :layout => false end end