module Alerter::Models::Notifiable::ActiveRecordExtension

Public Instance Methods

acts_as_notifiable() click to toggle source

Converts the model into messageable allowing it to interchange messages and receive notifications

# File lib/alerter/models/notifiable.rb, line 9
def acts_as_notifiable
  include Notifiable
end