setted default url host for action mailer

This commit is contained in:
Timothy N. Tsvetkov 2011-03-29 23:11:58 +04:00
parent a53a0dea98
commit 0b14b84dbf
1 changed files with 1 additions and 0 deletions

View File

@ -41,5 +41,6 @@ module Rosa
# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password]
config.action_mailer.default_url_options = { :host => 'abs.rosalab.ru' }
end
end