Module: ExceptionHunter::ErrorsHelper
- Defined in:
- app/helpers/exception_hunter/errors_helper.rb
Instance Method Summary collapse
Instance Method Details
#format_tracked_data(tracked_data) ⇒ Object
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 |