Merge remote branch 'remotes/old/master'
Conflicts: README.md couchrest.gemspec lib/couchrest.rb lib/couchrest/mixins/properties.rb
This commit is contained in:
commit
3c2ebb022d
9 changed files with 51 additions and 7 deletions
|
@ -224,6 +224,7 @@ module CouchRest
|
|||
# if the document is not saved properly.
|
||||
def save!
|
||||
raise "#{self.inspect} failed to save" unless self.save
|
||||
true
|
||||
end
|
||||
|
||||
# Deletes the document from the database. Runs the :destroy callbacks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue