Method: Biovision::Notifiers::BaseNotifier.handler_class
- Defined in:
- app/lib/biovision/notifiers/base_notifier.rb
.handler_class(slug) ⇒ Object
27 28 29 30 |
# File 'app/lib/biovision/notifiers/base_notifier.rb', line 27 def self.handler_class(slug) handler_name = "biovision/notifiers/#{slug}_notifier".classify handler_name.safe_constantize || BaseNotifier end |