# File lib/couchrest/model/persistence.rb, line 141 def create!(attributes = {}, &block) instance = new(attributes, &block) instance.create! instance end