Method: Timber::Integrations::ActionDispatch.integrate!
- Defined in:
- lib/timber/integrations/action_dispatch.rb
.integrate! ⇒ Object
16 17 18 19 20 |
# File 'lib/timber/integrations/action_dispatch.rb', line 16 def self.integrate! return false if !enabled? DebugExceptions.integrate! end |