1 2 3 4 5 6 7
# frozen_string_literal: true class GtOneCoercion < Virtus::Attribute def coerce(value) [1, value.to_i].max end end