# File lib/couchrest/model/validations.rb, line 30 def valid?(context = nil) super context ? context : (new? ? :create : :update) end