# File lib/couchrest/model/persistence.rb, line 46 def save(options = {}) self.new? ? create(options) : update(options) end