mirego/gaffe

View on GitHub
lib/gaffe/errors_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Gaffe
  class ErrorsController < ::ApplicationController
    include Errors
  end
end