module FactoryBot::Strategy::ActiveModelDirtyBackport

Public Instance Methods

clear_changes_information() click to toggle source
# File lib/factory_bot/strategy/stub.rb, line 105
def clear_changes_information
  @previously_changed = ActiveSupport::HashWithIndifferentAccess.new
  @changed_attributes = ActiveSupport::HashWithIndifferentAccess.new
end