Reputation: 111070
in my rails app for my environments, i have the following:
config.action_mailer.default_url_options = { :host => '0.0.0.0:3000' }
How can I access that param in a user_mailer?
I want to get what host equals.
Thanks
Upvotes: 2
Views: 2907