1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

As we are doing debug mode on

we don't need to silenced it
This commit is contained in:
Arun Agrawal 2013-08-02 14:34:15 -04:00
parent 5753a8cb2a
commit 7e893717aa

View file

@ -59,5 +59,3 @@ end
def restore_delivery_method
ActionMailer::Base.delivery_method = @old_delivery_method
end
ActiveSupport::Deprecation.silenced = true