Module: Messaging::Models::Messageable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/messaging/models/messageable.rb
Defined Under Namespace
Modules: ActiveRecord
Instance Method Summary collapse
Instance Method Details
#send_message(recipients, msg_body) ⇒ Object
18 19 20 |
# File 'lib/messaging/models/messageable.rb', line 18 def (recipients, msg_body) #message.deliver end |