Module: Rostra::EmailNotifier
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 |
# File 'lib/rostra/email_notifier.rb', line 4 def self.included(base) base.after_create :notify_followers end |
4 5 6 |
# File 'lib/rostra/email_notifier.rb', line 4 def self.included(base) base.after_create :notify_followers end |