Module: FactoryGirl::Strategy::ActiveModelDirtyBackport

Defined in:
lib/factory_girl/strategy/stub.rb

Instance Method Summary collapse

Instance Method Details

#clear_changes_informationObject



91
92
93
94
# File 'lib/factory_girl/strategy/stub.rb', line 91

def clear_changes_information
  @previously_changed = ActiveSupport::HashWithIndifferentAccess.new
  @changed_attributes = ActiveSupport::HashWithIndifferentAccess.new
end