Method: Massive::Notifications#notifier
- Defined in:
- lib/massive/notifications.rb
#notifier ⇒ Object
17 18 19 |
# File 'lib/massive/notifications.rb', line 17 def notifier @notifier ||= self.class.notifier_class.new(notifier_id, self.class.) end |