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 a586a45 commit 77095f2Copy full SHA for 77095f2
lib/active_model/serializer/attributes.rb
@@ -9,6 +9,7 @@ module Attributes
9
self._attributes_data ||= {}
10
end
11
12
+ extend ActiveSupport::Autoload
13
autoload :Attribute
14
15
# Return the +attributes+ of +object+ as presented
0 commit comments