# File lib/couchrest/model/dirty.rb, line 27 def couchrest_attribute_will_change!(attr) return if attr.nil? || !use_dirty? attribute_will_change!(attr) couchrest_parent_will_change! end