diff options
author | Mark Longair <mhl@pobox.com> | 2013-11-29 12:30:15 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-12-03 10:54:33 +0000 |
commit | 2720064fc7978b922e373a5fc69029eaff8efc6d (patch) | |
tree | 00e4efa14c3d57427f986c3a0cc8c936f25af804 /config/environment.rb | |
parent | aa9c6b15d3a021709ad5f7b3b653ca914a8c40b8 (diff) |
Revert "Silence deprecation warnings."
This reverts commit 084cc9574c254cc0af2de4cd615fa99a5be8bc83.
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/environment.rb b/config/environment.rb index 05f25a29e..196680b23 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,7 +1,5 @@ - # Load the rails application require File.expand_path('../application', __FILE__) -ActiveSupport::Deprecation.silenced = true # Initialize the rails application Alaveteli::Application.initialize! |