Method: JsonApiClient::Helpers::Dirty#clear_changes_information

Defined in:
lib/json_api_client/helpers/dirty.rb

#clear_changes_informationObject



17
18
19
# File 'lib/json_api_client/helpers/dirty.rb', line 17

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