Commit 70274396e8d14cef0dd0c575b5e00293a1fa5261
1 parent
9fe1b3a9
Exists in
colab
and in
4 other branches
Removed unnecessary FIXME
Signed off by: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com>
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
config/environments/production.rb
| @@ -79,6 +79,5 @@ Mezuro::Application.configure do | @@ -79,6 +79,5 @@ Mezuro::Application.configure do | ||
| 79 | config.log_formatter = ::Logger::Formatter.new | 79 | config.log_formatter = ::Logger::Formatter.new |
| 80 | 80 | ||
| 81 | # Root URL for ActionMailer | 81 | # Root URL for ActionMailer |
| 82 | - # FIXME: Before sending to production review this | ||
| 83 | config.action_mailer.default_url_options = { :host => 'mezuro.org' } | 82 | config.action_mailer.default_url_options = { :host => 'mezuro.org' } |
| 84 | end | 83 | end |