Method: Massive::Notifications#notifier_id
- Defined in:
- lib/massive/notifications.rb
#notifier_id ⇒ Object
21 22 23 |
# File 'lib/massive/notifications.rb', line 21 def notifier_id "#{self.class.name.underscore.gsub('/', '-')}-#{id}" end |