This commit is contained in:
Nicolas Bally 2013-03-15 13:41:46 +01:00
parent df56a3a64c
commit 42492856db

View File

@ -63,6 +63,10 @@ Survey::Application.configure do
# Send deprecation notices to registered listeners
config.active_support.deprecation = :notify
config.action_mailer.default_url_options = { :host => "lepicvert.org" }
config.action_mailer.delivery_method = :sendmail
# Log the query plan for queries taking more than this (works
# with SQLite, MySQL, and PostgreSQL)