Class: ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ApplicationController
- Defined in:
- app/controllers/application_controller.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.report_error_request_message ⇒ Object
7 8 9 |
# File 'app/controllers/application_controller.rb', line 7 def self. "please report this incident on the issue tracker, #{ApplicationDefs::ISSUE_TRACKER}" end |