Class: ExceptionHandler::Error
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- ExceptionHandler::Error
- Defined in:
- app/models/exception_handler/error.rb
Class Method Summary collapse
-
.table_name ⇒ Object
Table is called “errors” Dev needs to use migration to create db.
Class Method Details
.table_name ⇒ Object
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 |