AutoCommit Mit Aug 26 12:03:05 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-26 12:03:05 +02:00
parent 94cad06e31
commit 1047851b47
5 changed files with 36 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ Fetsite::Application.configure do
# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = true
config.action_mailer.delivery_method =:sendmail
config.action_mailer.default_url_options = {}#{:host=> "localhost", :port=>3000} # :host => 'glonass.htu.tuwien.ac.at' }
config.action_mailer.default_url_options = {:host=> "localhost", :port=>3000} # :host => 'glonass.htu.tuwien.ac.at' }
# Print deprecation notices to the Rails logger
config.active_support.deprecation = :log