このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
adrianshort
/
apollo
ミラー元
https://github.com/adrianshort/apollo.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
Use default email sender address from environment var
master
Adrian Short
11年前
親
0cde4b1889
コミット
76cf9e4b9b
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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:
書き込み
プレビュー
読み込み中…
キャンセル
保存