提交 0c42be42 编写于 作者: S Sean Griffin

Remove unused `Column#with_type`

Now that type casting has nothing to do with columns, our only usage of
this method is gone.
上级 151747ff
......@@ -46,12 +46,6 @@ def human_name
Base.human_attribute_name(@name)
end
def with_type(type)
dup.tap do |clone|
clone.instance_variable_set('@cast_type', type)
end
end
def ==(other)
other.name == name &&
other.default == default &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册