Class: AirbrakeNoticeController

Inherits:
AirbrakeController show all
Defined in:
app/controllers/airbrake_notice_controller.rb

Overview

Controller for airbrake notices

Instance Method Summary collapse

Instance Method Details

#noticesObject

Handle airbrake notices



6
7
8
9
10
# File 'app/controllers/airbrake_notice_controller.rb', line 6

def notices
  create_issues

  render_airbrake_response
end