Module: Mailboxer::Models::Messageable::ActiveRecord
- Defined in:
- lib/mailboxer/models/messageable.rb
Instance Method Summary collapse
-
#acts_as_messageable ⇒ Object
Converts the model into messageable allowing it to interchange messages and receive notifications.
Instance Method Details
#acts_as_messageable ⇒ Object
Converts the model into messageable allowing it to interchange messages and receive notifications
9 10 11 |
# File 'lib/mailboxer/models/messageable.rb', line 9 def include Messageable end |