|
updated actionmailer to use the hostname when adding urls to emails. Also fixed bug in [object]_path route helpers contained within an ActionMailer view. ActionMailer was not proviing the localization portion of the url. Manually including the default locale now in links to the project
|
|---|
|
|
| app/controllers/application_controller.rb |
|---|
| app/mailers/user_mailer.rb |
|---|
| app/views/user_mailer/permissions_change_notification.html.erb |
|---|
| app/views/user_mailer/sharing_notification.html.erb |
|---|
| config/application.rb |
|---|