mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Remove unused method
This commit is contained in:
parent
33772925b1
commit
17204e1308
1 changed files with 0 additions and 4 deletions
|
@ -354,10 +354,6 @@ class Contact < ActiveRecord::Base
|
|||
self.auth_info = SecureRandom.hex(11)
|
||||
end
|
||||
|
||||
def disable_generate_auth_info! # needed for testing
|
||||
@generate_auth_info_disabled = true
|
||||
end
|
||||
|
||||
# def auth_info=(pw)
|
||||
# self[:auth_info] = pw if new_record?
|
||||
# end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue