Verbesserung im moduls_controller

This commit is contained in:
Andreas Stephanides
2013-03-18 18:58:08 +01:00
parent 9e28678781
commit 96df1408a7
6 changed files with 29 additions and 5 deletions

View File

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