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