module FactoryGirl::Strategy::ActiveModelDirtyBackport
Public Instance Methods
clear_changes_information()
click to toggle source
# File lib/factory_girl/strategy/stub.rb, line 91 def clear_changes_information @previously_changed = ActiveSupport::HashWithIndifferentAccess.new @changed_attributes = ActiveSupport::HashWithIndifferentAccess.new end