class Attributary::Types::BigDecimal
Public Class Methods
cast_to(value)
click to toggle source
# File lib/attributary/types/big_decimal_type.rb, line 4 def self.cast_to(value) BigDecimal(value.to_s) end
# File lib/attributary/types/big_decimal_type.rb, line 4 def self.cast_to(value) BigDecimal(value.to_s) end