提交 d6e6e9bd 编写于 作者: M Melody Berton 提交者: Melody

Adds default options hash for postgres money type

上级 1c59ffca
......@@ -84,7 +84,7 @@ def bit_varying(name, options)
column(name, :bit_varying, options)
end
def money(name, options)
def money(name, options = {})
column(name, :money, options)
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册