chischaschos/sinatra-todo

View on GitHub
lib/todo/middlewares.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true
module Todo
  module Middlewares
    autoload :ExceptionHandling, 'todo/middlewares/exception_handling'
  end
end