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
5 6 7 |
# File 'app/models/exception_handler/error.rb', line 5 def self.table_name ExceptionHandler.config[:db] end |