method
changed_from_assignment?
rails latest stable - Class:
ActiveModel::Attribute
changed_from_assignment?()private
No documentation available.
# File activemodel/lib/active_model/attribute.rb, line 161
def changed_from_assignment?
assigned? && type.changed?(original_value, value, value_before_type_cast)
end