# File lib/state_machine/integrations/active_model.rb, line 311 def reset(object) object.errors.clear if supports_validations? end