Guest User

Untitled

a guest
Nov 17th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. module MyApp
  2. class Application < Rails::Application
  3. require 'diagnostic_middleware'
  4. config.middleware.use(Motorlot::DiagnosticMiddleware)
  5. end
  6. end
Add Comment
Please, Sign In to add comment