method
new
v4.2.7 -
Show latest stable
- Class:
ActiveRecord::Attribute::Null
new(name)public
No documentation available.
# File activerecord/lib/active_record/attribute.rb, line 129
def initialize(name)
super(name, nil, Type::Value.new)
end