module ActiveSupport::BigDecimalWithDefaultFormat

def to_s(format = nil)

def to_s(format = nil)
  super(format || DEFAULT_STRING_FORMAT)
end