Closed avit closed 8 years ago
This works with a proc or lambda since it's often used to compare values on the record:
attributes do email ignore: ->(r){ true } end
It should be made to work with a straight ignore: true as well.
ignore: true
This works with a proc or lambda since it's often used to compare values on the record:
It should be made to work with a straight
ignore: true
as well.