Module: Alerter::Models::Notifiable::ActiveRecordExtension
- Defined in:
- lib/alerter/models/notifiable.rb
Instance Method Summary collapse
-
#acts_as_notifiable ⇒ Object
Converts the model into messageable allowing it to interchange messages and receive notifications.
Instance Method Details
#acts_as_notifiable ⇒ Object
Converts the model into messageable allowing it to interchange messages and receive notifications
9 10 11 |
# File 'lib/alerter/models/notifiable.rb', line 9 def acts_as_notifiable include Notifiable end |