Method: Helpdesk::NotificationsMailer#send_activate_subscription
- Defined in:
- app/mailers/helpdesk/notifications_mailer.rb
#send_activate_subscription(subscriber) ⇒ Object
42 43 44 45 46 |
# File 'app/mailers/helpdesk/notifications_mailer.rb', line 42 def send_activate_subscription(subscriber) @subscriber = subscriber mail(:subject=>"#{t('helpdesk.name')}: Please Confirm Subscription", :to => @subscriber.email) end |