Method: Thredded.notifiers=
- Defined in:
- lib/thredded.rb
.notifiers=(notifiers) ⇒ Object
183 184 185 186 |
# File 'lib/thredded.rb', line 183 def notifiers=(notifiers) notifiers.each { |notifier| Thredded::BaseNotifier.validate_notifier(notifier) } @notifiers = notifiers end |