You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
attribute:first_name,accept: String,default: ->value{value.try(:strip)},validates: {length: {maximum: 30}}# ---attribute:first_name,accept: String,default: Kind::Try(:strip),# Kind::Try will be available as soon as possiblevalidates: {length: {maximum: 30}}
serradura
changed the title
Add new Micro::Case::Config (enable_attributes_acceptance = true)
Add new Micro::Case::Config (enable_attributes_requirements = true)
Sep 13, 2020
serradura
changed the title
Add new Micro::Case::Config (enable_attributes_requirements = true)
Add new Micro::Case::Config (enable_attributes_accept = true)
Sep 16, 2020
Configurations:
Attributes changes:
The execution order will be:
accept
/reject
(options Add Micro::Attributes.with(:accept) u-attributes#8)ActiveModel::Validation
if the u-attributes validation was ok.The text was updated successfully, but these errors were encountered: