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.
1 parent c0b99c9 commit 37a6d2bCopy full SHA for 37a6d2b
lib/active_model_serializers/test.rb
@@ -1,5 +1,6 @@
1
module ActiveModelSerializers
2
module Test
3
- autoload :Serializer, 'active_model_serializers/test/serializer'
+ extend ActiveSupport::Autoload
4
+ autoload :Serializer
5
end
6
0 commit comments