support-foo/web

View on GitHub
app/controllers/errors_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ErrorsController < ApplicationController

  def not_found
  end

  def internal_error
  end

  def unprocessable_entity
  end

end