diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-09 19:56:17 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-09 19:56:17 -0700 |
| commit | 9061437f38cd7d4775fc4599e8c557fda9ed4743 (patch) | |
| tree | 4ce0b9d3d0d7a56b98374cf88fc3df67cf57dd08 /config | |
| parent | 594d37bb40f3e3e0f15553383cf2a305d4d6742e (diff) | |
add lograge.
Diffstat (limited to 'config')
| -rw-r--r-- | config/application.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index a4c3856..8ffec33 100644 --- a/config/application.rb +++ b/config/application.rb @@ -30,5 +30,6 @@ module Malwer # Do not swallow errors in after_commit/after_rollback callbacks. config.active_record.raise_in_transactional_callbacks = true + config.lograge.enabled = true end end |
