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