Method: ActiveMailbox::Mailbox#greeting_path
- Defined in:
- lib/active_mailbox/mailbox.rb
#greeting_path(greeting = :unavail) ⇒ Object
Path to greeting
222 223 224 |
# File 'lib/active_mailbox/mailbox.rb', line 222 def greeting_path(greeting = :unavail) "#{mailbox_path}/#{greeting}.wav" end |