method
changed_in_place?
rails latest stable - Class:
ActiveModel::Type::Helpers::Mutable
changed_in_place?(raw_old_value, new_value)public
raw_old_value will be the `_before_type_cast` version of the value (likely a string). new_value will be the current, type cast value.