From c07bf7e212ce7fd24df145ffb658b5b50d65334f Mon Sep 17 00:00:00 2001 From: rgarcia Date: Mon, 12 Oct 2015 14:12:03 +0200 Subject: [PATCH] removes unnecessary attr_accessor --- app/models/verification/management/managed_user.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/models/verification/management/managed_user.rb b/app/models/verification/management/managed_user.rb index 753c912ac..e61cc2937 100644 --- a/app/models/verification/management/managed_user.rb +++ b/app/models/verification/management/managed_user.rb @@ -1,8 +1,6 @@ class Verification::Management::ManagedUser include ActiveModel::Model - attr_accessor :user - def self.find(document_type, document_number) User.where('document_number is not null'). find_or_initialize_by(document_type: document_type,