Files
gitlabhq/lib/gt_one_coercion.rb
T
2014-08-14 15:48:14 +04:00

6 lines
94 B
Ruby

class GtOneCoercion < Virtus::Attribute
def coerce(value)
[1, value.to_i].max
end
end