Class: AirbrakeNoticeController
- Inherits:
-
AirbrakeController
- Object
- ApplicationController
- AirbrakeController
- AirbrakeNoticeController
- Defined in:
- app/controllers/airbrake_notice_controller.rb
Overview
Controller for airbrake notices
Instance Method Summary collapse
-
#notices ⇒ Object
Handle airbrake notices.
Instance Method Details
#notices ⇒ Object
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 |