Method: WebfaceErrorReportController#report
- Defined in:
- app/controllers/webface_error_report_controller.rb
#report ⇒ Object
3 4 5 6 7 8 9 10 |
# File 'app/controllers/webface_error_report_controller.rb', line 3 def report puts "**********************************" puts "Frontend error detected. Please make sure you redefine this action\n" + "to actually report this error to something like Sentry!\n" + "below are the params that were sent by Webface Logmaster:" p params puts "**********************************" end |