Sha256: 0e6f960d6a9017e49e16595d5801cec0fd5968681db17351d0cac59f9bbe4c6e
Contents?: true
Size: 272 Bytes
Versions: 8
Compression:
Stored size: 272 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery protected # rescue_from Exception, :with => :render_error # # def render_error # render :template => "/admin/errors/500", :layout => '/admin/layouts/box', :status => 500 # end end
Version data entries
8 entries across 8 versions & 1 rubygems