Added config.dependency_loading.

This commit is contained in:
Martin Edenhofer 2012-11-22 15:39:19 +01:00
parent 710f1ce5ee
commit 1d1769a042

View file

@ -64,4 +64,7 @@ Zammad::Application.configure do
# Log the query plan for queries taking more than this (works
# with SQLite, MySQL, and PostgreSQL)
# config.active_record.auto_explain_threshold_in_seconds = 0.5
# autoload on
config.dependency_loading = true
end