# File lib/couchrest/model/persistence.rb, line 24 def create!(options = {}) self.class.fail_validate!(self) unless self.create(options) end