LoginSignup
6
5

More than 5 years have passed since last update.

default_url_optionsを使う際の注意

Last updated at Posted at 2015-03-24

多言語化等でApplicationController#default_url_optionsを使う機会があると思います。

RailsGuidesにも、default_url_optionsを修正したら、いいと書いてあります。

しかし、一つ落とし穴が。。。

Mailerを使った際は、ApplicationController#default_url_optionsは呼び出されないので、下記のようにActionMailer::Base.default_url_optionsを設定する必要があります。

ActionMailer::Base.default_url_options[:locale] = params[:locale]
6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5