# File lib/couchrest/model/design.rb, line 60 def checksum sum = self['couchrest-hash'] if sum && (@_original_hash == to_hash) sum else checksum! end end