diaspora/app/mailers/notification_mailers/started_sharing.rb
2011-10-09 23:34:03 -05:00

7 lines
209 B
Ruby

module NotificationMailers
class StartedSharing < NotificationMailers::Base
def set_headers
@headers[:subject] = I18n.t('notifier.started_sharing.subject', :name => @sender.name)
end
end
end