• Y
    allow the :converter Proc form composed_of to return nil · fa5f0375
    Yves Senn 提交于
    This makes it possible to filter invalid input values before they are passed
    into the value-object (like empty strings). This behaviour is only relevant
    if the :allow_nil options is set to true. Otherwise you will get
    the resulting NoMethodError.
    fa5f0375
customer.rb 2.1 KB