method
new
v5.2.3 -
Show latest stable
- Class:
ActiveModel::Attributes
new(*)public
No documentation available.
# File activemodel/lib/active_model/attributes.rb, line 64
def initialize(*)
@attributes = self.class._default_attributes.deep_dup
super
end