Module: ExceptionHunter::ErrorsHelper

Defined in:
app/helpers/exception_hunter/errors_helper.rb

Overview

API:

  • public

Instance Method Summary collapse

Instance Method Details

#format_tracked_data(tracked_data) ⇒ Object

API:

  • public



3
4
5
# File 'app/helpers/exception_hunter/errors_helper.rb', line 3

def format_tracked_data(tracked_data)
  JSON.pretty_generate(tracked_data)
end