Sha256: b27807e0adfddb2a5d312f491f41381ef84d455b3df220c5e642750c9b9aa04b
Contents?: true
Size: 137 Bytes
Versions: 2
Compression:
Stored size: 137 Bytes
Contents
module TelegramChatbot class ApplicationMailer < ActionMailer::Base default from: 'from@example.com' layout 'mailer' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram_chatbot-0.1.3 | app/mailers/telegram_chatbot/application_mailer.rb |
telegram_chatbot-0.1.1 | app/mailers/telegram_chatbot/application_mailer.rb |