From 3ed10a22ffb7e2771260cf6c6f8320c5892f0fce Mon Sep 17 00:00:00 2001 From: danielvincent Date: Fri, 5 Nov 2010 14:25:01 -0700 Subject: [PATCH] xml_accessor creates attr_accessors in addition to xml_readers --- app/models/retraction.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/models/retraction.rb b/app/models/retraction.rb index 12257a591..4fa33c68c 100644 --- a/app/models/retraction.rb +++ b/app/models/retraction.rb @@ -10,9 +10,6 @@ class Retraction xml_accessor :diaspora_handle xml_accessor :type - attr_accessor :post_id - attr_accessor :diaspora_handle - attr_accessor :type attr_accessor :person def self.for(object)