method

with_type

with_type(type)
public

No documentation available.

# File activemodel/lib/active_model/attribute.rb, line 270
        def with_type(type)
          self.class.new(name, type)
        end