Class: Uses::CircularDependency::LogNotifer
- Inherits:
-
BaseNotifier
- Object
- BaseNotifier
- Uses::CircularDependency::LogNotifer
- Defined in:
- lib/uses/circular_dependency/log_notifier.rb
Instance Method Summary collapse
Methods inherited from BaseNotifier
Constructor Details
This class inherits a constructor from Uses::CircularDependency::BaseNotifier
Instance Method Details
#notify! ⇒ Object
5 6 7 |
# File 'lib/uses/circular_dependency/log_notifier.rb', line 5 def notify! Rails.logger.warn(@message) end |