method

new

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