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