Sha256: 78a7075782631d48ef90fab12502966bd89b70c657f106b390242a7ca80af222
Contents?: true
Size: 355 Bytes
Versions: 8
Compression:
Stored size: 355 Bytes
Contents
module GitWit class Engine < ::Rails::Engine isolate_namespace GitWit config.action_dispatch.rescue_responses.merge!( "GitWit::NotFoundError" => :not_found, "GitWit::ForbiddenError" => :forbidden, "GitWit::UnauthorizedError" => :unauthorized, "GitWit::GitError" => :internal_server_error ) end end
Version data entries
8 entries across 8 versions & 1 rubygems