lib/couchrest/model/callbacks.rb in couchrest_model-1.0.0 vs lib/couchrest/model/callbacks.rb in couchrest_model-1.1.0.beta

- old
+ new

@@ -10,11 +10,10 @@ define_model_callbacks \ :create, :destroy, :save, - :update, - :validate + :update end def valid?(*) #nodoc _run_validation_callbacks { super }