# File lib/active_model/transitions.rb, line 35 def reload(*) super.tap do sm = self.class.get_state_machine remove_instance_variable(sm.current_state_variable) if instance_variable_defined?(sm.current_state_variable) end end