Method: HasMessages::InstanceMethods#unsent_messages
- Defined in:
- lib/has_messages.rb
#unsent_messages ⇒ Object
Composed messages that have not yet been sent. These consists of all messages that are currently in the “unsent” state.
58 59 60 |
# File 'lib/has_messages.rb', line 58 def .with_state(:unsent) end |