-
Chris Salzberg authored
reload is an ActiveRecord method, not an ActiveModel one. clear_changes_information is a public method so it should be tested directly, not through a method defined for on the DirtyModel test class.
Chris Salzberg authoredreload is an ActiveRecord method, not an ActiveModel one. clear_changes_information is a public method so it should be tested directly, not through a method defined for on the DirtyModel test class.
Loading