Add ActiveSupport::Autoload extension to Attribute.

This commit is contained in:
Lucas Hosseini 2015-12-30 17:44:19 +01:00
parent a586a45863
commit 77095f2a84

View File

@ -9,6 +9,7 @@ module ActiveModel
self._attributes_data ||= {}
end
extend ActiveSupport::Autoload
autoload :Attribute
# Return the +attributes+ of +object+ as presented