This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
adrianshort
/
apollo
огледало од
https://github.com/adrianshort/apollo.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
Use default email sender address from environment var
master
Adrian Short
пре 11 година
родитељ
0cde4b1889
комит
76cf9e4b9b
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/mailers/user_mailer.rb
+ 1
- 1
app/mailers/user_mailer.rb
Прегледај датотеку
@@ -1,5 +1,5 @@
class UserMailer < ActionMailer::Base
default from: "from@example.com"
default from:
ENV['APOLLO_EMAIL_FROM'] ||
"from@example.com"
# Subject can be set in your I18n file at config/locales/en.yml
# with the following lookup:
Write
Preview
Loading…
Откажи
Сачувај