aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2019-07-12 18:25:28 +0900
committerAkira Matsuda <ronnie@dio.jp>2019-07-12 18:34:07 +0900
commit356857a122eaf5d8c4ab6857b7254b041446abe7 (patch)
treea62be9f6f3ed80901f98a937f82bf74fe5dd9fbf /activemodel
parent0c9b62e582cecce4421160ac938737f6fe378151 (diff)
downloadrails-356857a122eaf5d8c4ab6857b7254b041446abe7.tar.gz
rails-356857a122eaf5d8c4ab6857b7254b041446abe7.tar.bz2
rails-356857a122eaf5d8c4ab6857b7254b041446abe7.zip
active_support/deprecation has to be already required via active_support/rails.rb
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/errors.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/errors.rb b/activemodel/lib/active_model/errors.rb
index f8ea21cf47..3de999308b 100644
--- a/activemodel/lib/active_model/errors.rb
+++ b/activemodel/lib/active_model/errors.rb
@@ -4,7 +4,6 @@ require "active_support/core_ext/array/conversions"
require "active_support/core_ext/string/inflections"
require "active_support/core_ext/object/deep_dup"
require "active_support/core_ext/string/filters"
-require "active_support/deprecation"
require "active_model/error"
require "active_model/nested_error"
require "forwardable"