Class: CleanActions::ErrorReporter
- Inherits:
-
Object
- Object
- CleanActions::ErrorReporter
- Defined in:
- lib/clean_actions/error_reporter.rb
Class Method Summary collapse
Class Method Details
.report(message) ⇒ Object
3 4 5 6 7 |
# File 'lib/clean_actions/error_reporter.rb', line 3 def self.report() Rails.logger.info() raise if CleanActions.config.raise_errors? end |