Mailer fuer Neuigkeiten added
This commit is contained in:
@@ -14,8 +14,9 @@ Fetsite::Application.configure do
|
||||
config.action_controller.perform_caching = false
|
||||
|
||||
# Don't care if the mailer can't send
|
||||
config.action_mailer.raise_delivery_errors = false
|
||||
config.action_mailer.default_url_options = {} # :host => 'glonass.htu.tuwien.ac.at' }
|
||||
config.action_mailer.raise_delivery_errors = true
|
||||
config.action_mailer.delivery_method =:sendmail
|
||||
config.action_mailer.default_url_options = {} # :host => 'glonass.htu.tuwien.ac.at' }
|
||||
# Print deprecation notices to the Rails logger
|
||||
config.active_support.deprecation = :log
|
||||
|
||||
@@ -33,5 +34,5 @@ config.action_mailer.default_url_options = {} # :host => 'glonass.htu.tuwien.ac
|
||||
config.assets.compress = false
|
||||
|
||||
# Expands the lines which load the assets
|
||||
config.assets.debug = true
|
||||
config.assets.debug = false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user