Class: ExceptionHandler::Error

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/exception_handler/error.rb

Class Method Summary collapse

Class Method Details

.table_nameObject

Table is called “errors” Dev needs to use migration to create db



6
7
8
# File 'app/models/exception_handler/error.rb', line 6

def self.table_name
  ExceptionHandler.config.db
end