We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3963956 + a1ae7dc commit 52e2798Copy full SHA for 52e2798
lib/active_model/serializer/array_serializer.rb
@@ -3,7 +3,7 @@ class ActiveModel::Serializer
3
class ArraySerializer < CollectionSerializer
4
class << self
5
extend ActiveModelSerializers::Deprecate
6
- deprecate :new, 'ActiveModel::CollectionSerializer.'
+ deprecate :new, 'ActiveModel::Serializer::CollectionSerializer.'
7
end
8
9
0 commit comments