Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
mastodon
/
mastodon-bridge
kopia lustrzana
https://github.com/tootsuite/mastodon-bridge
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
mastodon-bri...
/
app
/
mailers
/
application_mailer.rb
application_mailer.rb
102 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
class ApplicationMailer < ActionMailer::Base
default from: 'from@example.com'
layout 'mailer'
end