Method: Integrity::Project::Helpers::Notifiers#config_for
- Defined in:
- lib/integrity/project/notifiers.rb
#config_for(notifier) ⇒ Object
15 16 17 18 |
# File 'lib/integrity/project/notifiers.rb', line 15 def config_for(notifier) notifier = notifiers.first(:name => notifier) notifier ? notifier.config : {} end |