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



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

def self.table_name
  ExceptionHandler.config[:db]
end