83c27c0b5e
1 2 3 4 5 6 7 8 9
module Arel module Attributes class Float < Attribute def type_cast(val) type_cast_to_numeric(val, :to_f) end end end end