aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/lib/active_model.rb')
-rw-r--r--activemodel/lib/active_model.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activemodel/lib/active_model.rb b/activemodel/lib/active_model.rb
index 6c4fb44b0f..7ea04344f0 100644
--- a/activemodel/lib/active_model.rb
+++ b/activemodel/lib/active_model.rb
@@ -29,7 +29,6 @@ require 'active_model/version'
module ActiveModel
extend ActiveSupport::Autoload
- autoload :ArraySerializer, 'active_model/serializer'
autoload :AttributeMethods
autoload :BlockValidator, 'active_model/validator'
autoload :Callbacks
@@ -46,7 +45,6 @@ module ActiveModel
autoload :SecurePassword
autoload :Serializable
autoload :Serialization
- autoload :Serializer
autoload :TestCase
autoload :Translation
autoload :Validations