Rails: update_attribut wihout validation - like object.save(false)
- by Sam
I trying to update a model on a callback but the validation is causing some havic and I'm controller the material getting saved so I'm looking for way to do update attributes without a validation and I would like to keep it on the update method not on validations for example :conditions =
Something like this?
easy_address.update_attributes(some_attributes)(false)