Remove commented code

#660
This commit is contained in:
Artur Beljajev 2018-01-25 12:29:30 +02:00
parent 326ded8010
commit 7ab68032ea

View file

@ -313,10 +313,6 @@ class Contact < ActiveRecord::Base
!org?
end
# def auth_info=(pw)
# self[:auth_info] = pw if new_record?
# end
def code=(code)
self[:code] = code if new_record? # cannot change code later
end