Skip to content

Instantly share code, notes, and snippets.

@monzou
Created June 3, 2012 13:24
Show Gist options
  • Save monzou/2863467 to your computer and use it in GitHub Desktop.
Save monzou/2863467 to your computer and use it in GitHub Desktop.
How to send Summary mail @ Donuts
  • configure application.rb
  • configure production.rb
  • rails runner "SummaryMailer.summary.deliver" -e production
@monzou
Copy link
Author

monzou commented Jun 4, 2012

xxx_path はダメみたい。xxx_url にする必要があるけど、view helper 内でレンダリング実装してる箇所は直さないとダメ。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment