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