Class: ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/application_controller.rb

Class Method Summary collapse

Class Method Details

.report_error_request_messageObject



7
8
9
# File 'app/controllers/application_controller.rb', line 7

def self.report_error_request_message
  "please report this incident on the issue tracker, #{ApplicationDefs::ISSUE_TRACKER}"
end