From 96a2b971ffe85b50ec9878d9b2b59e1135d21fa9 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 20 Jun 2013 19:06:27 +0200 Subject: [PATCH] Reset if self.attributes_protected_by_default - change not needed. --- app/models/application_model.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/application_model.rb b/app/models/application_model.rb index 73592e29d..ad6243939 100644 --- a/app/models/application_model.rb +++ b/app/models/application_model.rb @@ -20,7 +20,7 @@ class ApplicationModel < ActiveRecord::Base if Setting.get('import_mode') && @@import_class_list.include?( self.name.to_s ) ['type'] else - ['id','type', 'created_at', 'updated_at'] + ['id','type'] end end